2011-12-14 103 views
1

我已經創建了一個應用程序池,但不是'NETWORK SERVICE',而是無法啓動。 在事件查看器中,我可以看到類似於:應用程序池無法啓動'無效標識'錯誤1021

Event Type>: Warning 
Event Source: W3SVC 
Event Categor: None 
Event ID: 1021 
Description: The identity of application pool, 'Test Pool' is invalid. If it remains invalid when the first request for the application pool is processed, the application pool will be disabled. The data field contains the error number. 

我錯過了什麼?

+0

那樣簡單,它是如添加新用戶到IIS_WPG組 – pocjoc 2011-12-14 12:00:04

回答

3

我已經找到了,這是因爲添加新用戶,我發現它的IIS_WPG組

+0

感謝這麼簡單!這也適用於我們,但奇怪的是我們必須在獲得相同錯誤後多次刷新應用程序池,然後纔開始工作。 – Catchops 2013-06-26 14:51:42

相關問題