【发布时间】:2011-11-07 20:20:59
【问题描述】:
我正在尝试将我的 Web 应用程序从 3.5 更新到 4.0。我已更改为 ASP.NET 4.0 集成应用程序池,并从 web.config 中删除了所有不必要的标签。
当我现在尝试访问我的网站时,它说:
Service UnavailableHTTP 错误 503。服务不可用。
当我在 EventViewer 中查看详细信息时,我看到:
Application pool 'ASP.NET 4.0 (Integrated)' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
例如,对于我注意到的先前事件之一:
A process serving application pool 'ASP.NET 4.0 (Integrated)' terminated unexpectedly. The process id was '4040'. The process exit code was '0xfffffffe'.
我无法找到有关此问题的其他详细信息,这让我感到绝望..你能给我任何线索吗?
【问题讨论】:
标签: asp.net