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...!
 
Hi Philip,

Is it possible that you are not closing connections?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top