connection Pool

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
 
A

Angel Saenz-Badillos[MS]

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,
 

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

Top