我们的一个网络服务器上的一个应用程序池崩溃了,我们在事件日志中发现了这一点,我们在哪里可以找到有关它的更多信息?
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1101
Date: 11/23/2009
Time: 10:57:55 AM
User: N/A
Computer: ID-WEB
Description:
The World Wide Web Publishing Service failed to create app pool 'Global'. The data field contains the error number.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: b7 00 07 80 ·..
尝试手动启动应用程序池会在事件日志中显示以下内容:
Event Type: Error
Event Source: W3SVC
Event Category: None
Event ID: 1107
Date: 11/23/2009
Time: 3:53:13 PM
User: N/A
Computer: ID-WEB
Description:
The World Wide Web Publishing Service failed to modify app pool 'Global'. The data field contains the error number.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 05 40 00 80 .@.
我们在 32 位 Windows Server 2003 R2 上运行 IIS 6.0。
答案1
不幸的是,事件日志中应用程序池崩溃的事件并没有提供太多信息。您需要运行以下工具:IIS 调试,它将在您的服务器上运行并等待崩溃发生并记录有关发生情况的调试信息。
答案2
应用程序池崩溃通常是因为 AppPool Identity 不是 IIS_WPG 本地安全组的成员...此外,AppPool 身份必须具有对正在显示的 Web 内容的读取权限...