connection Pool

  • Thread starter Thread starter VBM
  • Start date Start date
V

VBM

I am using ASP.NET, SQL Server and ADO.NET, when I debug my web application
I get connection pool error...connections exceeded....But when I run it as a
released version I dont get the connetion pool errors....I am explicitely
closing the connections by calling My own Dispose method and not waiting for
Garbage collector....

thanks
 
This is the third post that I have seen that implies that we are leaking
SqlConnections when debug is on with Visual Studio 2003. If you have any
repro code that you can post it would certainly help.

Thanks,
 
Back
Top