Error on maximum number of connections exceeded

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

Philip Townsend

I have a web an asp.net web app that is periodically experiencing
exceptions stating that the connection pool maximum has been reached. I
have checked and rechecked all of the code to be sure that the
connections are all closed after use. For added measure, I even call
.Dispose on all connection objects (as well as command objects). Is
there anything else that could be causing this? Is there any way to
programmatically reset the connection pool? Thanks!
 
what is the connection pool limit set? Max Pool Size property of
connectionstring incase if its set..

Av.
 
Back
Top