Application pool 'apppool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

Gundati, Sadaiah 0 Reputation points
2024-03-11T11:15:12.27+00:00

Application pools are automatically stopping after few seconds

Windows development Internet Information Services
Windows for business Windows Server User experience Other
{count} votes

1 answer

Sort by: Most helpful
  1. Yurong Dai-MSFT 2,846 Reputation points Microsoft External Staff
    2024-03-12T07:09:19.62+00:00

    Hi @Gundati, Sadaiah,

    IIS comes with a feature called Rapid-Fail Protection. By default an AppPool is configured to become disabled if a worker in the pool crashes 5 times within a 5 minute span.

    The thresholds of this setting are able to be modified by right clicking on the App Pool going to Advanced Settings and modifying the 'Rapid-Fail Protection' properties. However, this event indicates that there is likely a serious issue in your application that needs to be resolved.

    Debug Diagnostics Tool (DebugDiag) can be a lifesaver. It creates and analyze IIS crash dumps. Maybe you can figured out the crash once checking the call stack.

    Related document: IIS Application Pool Crash and Debug Diag.

    But analyzing the dump file is a complex process, so I recommend you to open a support ticket via: https://support.microsoft.com, there will be professional technicians to assist you in grabbing the dump file and analyzing it.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,

    Yurong Dai

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.