【发布时间】:2020-11-21 01:11:31
【问题描述】:
仅运行一个应用程序的 IIS 应用程序池似乎失败了足够多的时间,以使故障安全机制启动并禁用应用程序池。
有什么方法可以找到更详细的错误来找出根本原因吗?事件查看器仅提供高级错误消息。
如果有帮助,该应用程序是一个 asmx Web 服务应用程序。
【问题讨论】:
标签: .net iis application-pool
仅运行一个应用程序的 IIS 应用程序池似乎失败了足够多的时间,以使故障安全机制启动并禁用应用程序池。
有什么方法可以找到更详细的错误来找出根本原因吗?事件查看器仅提供高级错误消息。
如果有帮助,该应用程序是一个 asmx Web 服务应用程序。
【问题讨论】:
标签: .net iis application-pool
应用程序池的严重问题只能通过 Windows 事件日志检查。我们只能通过经验来确定问题所在。尝试发布错误消息并通过在 Internet 上搜索找到问题。大多数情况是由于在 64 位模式下运行应用程序不稳定造成的。
请参考以下链接。
IIS7: A process serving application pool 'YYYYY' suffered a fatal communication error with the Windows Process Activation Service
https://serverfault.com/questions/878094/error-with-iis-7-application-pool-has-been-automatically-disabled
Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool
如果问题仍然存在,请随时告诉我。
【讨论】: