connection pool errors

  • Thread starter Thread starter Philip Townsend
  • Start date Start date
P

Philip Townsend

I have a asp.net application that is periodically generating an error
stating that the maximum number of connections has been exceeded. Is
there a way to trap this error and reset the connection pool when the
error occurs? Any other suggestions? Thanks...!
 
I am very careful about calling .Close and even .Dispose on all
connection objects.
 
Philip, I have been in the hell you are now describing.

First off, are you using the Microsoft Data Application block? Does
Sqlhelper.cs ring a bell?
 
Back
Top