R
Robin9876
In an ASP.Net v2 web application that connects to a SQL 2005 database.
It appears that it is not closing the connections to the database and
leaves 100 db connections open and then the application can not open
any more connections.
Why is the database connections still active (sleeping in activity
monitor) despite the code closing the connection?
How can you enable application pooling for a web application?
It appears that it is not closing the connections to the database and
leaves 100 db connections open and then the application can not open
any more connections.
Why is the database connections still active (sleeping in activity
monitor) despite the code closing the connection?
How can you enable application pooling for a web application?