T
Timo
In the course of debugging applications on my development workstation
(ASP.NET 1.1.4322, SQL Server 2000, ADO.NET) the app will sometimes be
unable to establish a database connection when I choose Debug->Start. (When
stopped during debugging, the code does not always reach the Finally {}
block where the connections typically get closed.) I get a timeout error
indicating that max pool size may have been reached. Stopping and restarting
SQL Server does not clear this problem, and so I have been rebooting. Is
there another service that maintains the connection pool, which can be
bounced to free the stuck connections?
Thanks
Timo
(ASP.NET 1.1.4322, SQL Server 2000, ADO.NET) the app will sometimes be
unable to establish a database connection when I choose Debug->Start. (When
stopped during debugging, the code does not always reach the Finally {}
block where the connections typically get closed.) I get a timeout error
indicating that max pool size may have been reached. Stopping and restarting
SQL Server does not clear this problem, and so I have been rebooting. Is
there another service that maintains the connection pool, which can be
bounced to free the stuck connections?
Thanks
Timo