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

前端 未结 4 658
逝去的感伤
逝去的感伤 2021-02-05 09:27
Log Name:      System
Source:        Microsoft-Windows-WAS
Date:          13.06.2012 08:34:45
Event ID:      5002
Task Category: None
Level:         Error
Keywords:              


        
4条回答
  •  你的背包
    2021-02-05 10:05

    IIS comes with a feature called Rapid-Fail Protection. By default an App Pool 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.

提交回复
热议问题