What should I check in my ASP.NET application to make sure it won't run out of resources?
Posted
by Petras
on Stack Overflow
See other posts from Stack Overflow
or by Petras
Published on 2010-06-10T04:43:11Z
Indexed on
2010/06/10
4:52 UTC
Read the original article
Hit count: 296
We have a website on IIS7 using ASP.NET Routing that seems as though it might be running out of resources. It just hangs after a few days, there is no error message or apparent crash.
We are making sure every .Open command is matched by a .Close command on the database connection. We are doing the same with file Open/Close but there are very few of those.
Is there anything else we should check?
© Stack Overflow or respective owner