我有一个奇怪的问题,我的一个IIS 7.5框。 我的一个同事重新启动了主域控制器,并且在备份之后IIS框开始发出503错误。 我重新启动IIS并没有帮助,重新启动框确实照顾它。 该应用程序是一个asp.net应用程序。
事件日志中没有任何东西可以看到,在httperr日志中有这样的行:
2011-12-07 15:03:47 67.67.44.56 8677 159.50.70.50 80 HTTP/1.1 GET / 503 1 AppOffline www.thegreensheet.com
我的问题是:为什么IIS下降,我能做些什么来防止它下降?
谢谢你的帮助。
-詹姆士
从technet 943891
503.0 – 服务不可用。 该请求被发送到当前停止或当前被禁用的应用程序池。 To resolve this issue, make sure that the destination application pool is started. The event log may give information about why the application pool is stopped or disabled To resolve this issue, make sure that the destination application pool is started. The event log may give information about why the application pool is stopped or disabled 。
我将执行文章中提到的确切步骤,以查看appPool出了什么问题。 validationappPool身份是否是域帐户,然后帐户密码是否正确。