IIS 7 Service Unavailable 503 ERROR

青春壹個敷衍的年華 提交于 2019-12-23 12:02:49

问题


I am encountering a 503 - Service Unavailable error. I checked the event log and found this:

The Module name FastCgiModule path C:\WINDOWS\System32\inetsrv\iisfcgi.dll returned an error from registration. The data is the error.

Note: Every time I try to visit my website, I found that the DefaultAppPool will auto-stop. And also found this in event log:

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


回答1:


This is because your application pool is crashing more than 5 times in 5 minutes [default settings - Rapid Fail]

Instead of disabling Rapid Fail, you should consider taking Crash Dumps and try to find out the root cause. http://blogs.msdn.com/b/rahulso/archive/2006/03/02/what-is-a-crash-technically-in-asp-net-and-what-to-do-if-it-happens.aspx



来源:https://stackoverflow.com/questions/5420869/iis-7-service-unavailable-503-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!