IIS 6.0应用程序池崩溃

我们的一个networking服务器上的一个应用程序池崩溃,我们在Eventlog中find了这个应用程序池,我们可以在哪里find关于它的更多信息?

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 .@. 

我们在Windows Server 2003 R2,32位上运行IIS 6.0。

不幸的是事件日志中的应用程序池崩溃事件并没有提供太多的信息。 您将要运行一个工具,如IISdebugging ,它将在您的服务器上运行,并等待发生崩溃并logging有关发生的debugging信息。

应用程序池崩溃通常是因为AppPool身份不是IIS_WPG本地安全组的成员…此外,AppPool身份必须具有正在显示的Web内容的读取权限…