IIS Thread Pool going down
-
Hiya all. I hope this is the right part of the forum, because I couldn't see any other section where this might fit. I'm trying to investigate why a specific website is crashing often. The site is running on IIS 6.0 and .net 1.1. My main suspect is that the site often throws "System.Threading.ThreadAbortException" (which are caught and logged) due to an apparently extensive use of Response.Redirects. Now I've read on some MSDN article that IIS6.0 and .net 2 combined with this exception could cause the IIS thread pool to recycle and thus - well go down and cause the website to "reboot" loosing sessions etc. But while this site is running on IIS 6.0 it is running using 1.1 framework. Does anybody have experience with the same bug while running on 1.1, or should I think outside the box. Apparently the code has already been searched through for unclosed connections to the DB which shouldn't be the issue, and frankly, I can't see why DB connections should cause the IIS thread pool to be affected. If anything the system would just hang as far as I'd figure it. Thanks in advance.
--------------------------- 127.0.0.1 - Sweet 127.0.0.1