Is there any way to know if IIS resets the app pool/worker process, in IIS 6?

We're seeing funny results in our web application, and I think it has to do with sessions being cleared because the work precess is being recycled, but I don't know how to prove it.

link|improve this question

67% accept rate
feedback

1 Answer

This blog post should help guide you with IIS 6. If you are using ASP.Net then you can make the web.config changes suggested in the article. Note that this technique does not work if the application pool process is killed, but IIS will write a message to the Event Log if it is killing the application pool.

http://blogs.msdn.com/b/johan/archive/2008/02/18/monitoring-application-pool-and-application-restarts.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.