We had an IIS 6.0 Rapid-Fail Protection occur during testing of our ASP.NET web application. This issue appeared to be introduced by code that I wrote.

How do we determine what caused it? There is nothing interesting showing up through ASP.NET health monitoring.

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Event Viewer is the first place to look, but may not have the answer. The next thing to check are the IIS logs. You may be able to find patterns in usage prior to the failure.

If you can't find answers with either of those then try out Debug Diag. It's a bit more work to find the answer, but likely that you'll be able to with a big of digging.

link|improve this answer
DebugDiag helped me diagnose the cause. Thanks! – Matthew Rodatus Jun 22 '11 at 17:36
feedback

Your Answer

 
or
required, but never shown

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