G
Guest
I'm wondering how widespread this problem is.
I had an application written in ASP.NET 1.1.
It worked fine.
Then I converted it to ASP.NET 2.0.
Now, I'm getting the error that I've seen others mention.
Specifically, sleeping connections (SQL Server) aren't getting closed and
after a period of time (about a day for my app) the app crashes because the
maximum number of connections has been reached.
All connections were explicitly closed in the code, but I sttil got the error.
Finally, I modified my vode to dispose every single connection after use.
This fixed my problem.
However, this seems to be an extreme fix which creates unnecessary overhead
on the SQL Server.
Who else is seeing this?
Is this a bug in ASP.NET 2.0?
-Adam
I had an application written in ASP.NET 1.1.
It worked fine.
Then I converted it to ASP.NET 2.0.
Now, I'm getting the error that I've seen others mention.
Specifically, sleeping connections (SQL Server) aren't getting closed and
after a period of time (about a day for my app) the app crashes because the
maximum number of connections has been reached.
All connections were explicitly closed in the code, but I sttil got the error.
Finally, I modified my vode to dispose every single connection after use.
This fixed my problem.
However, this seems to be an extreme fix which creates unnecessary overhead
on the SQL Server.
Who else is seeing this?
Is this a bug in ASP.NET 2.0?
-Adam