I am using .Net 2.0 and my site seems to have reached a certain blocking state in a certain period. It stops working until I rework the application pool or change anything in the web.config file. I think the dead end is causing this problem.
I am wondering if there is any tool for debugging / checking the site to find code that could cause a deadlock.
Right now I had to set the processing interval to 10 minutes, which is very bad, but this is the only way to solve the problem, and there are a lot of codes on the site, and I need to find the problem. If I use a DOS attack tool, can I find the page / code block that causes this problem? If I can, which tool is better to check?
Hooray!
EDIT I tried to check the event logs and found the following warning. I do not know if this will be a question, will continue to dig now. Exception Information: Exception Type: HttpException Exception Message: Request Timeout.
source share