我在新的 IIS 服务器上遇到了身份池问题。
这是我的事件查看器文本:
Event Type: Warning
Event Source: W3SVC
Event Category: None
Event ID: 1021
Date: 6/12/2009
Time: 1:44:50 PM
User: N/A
Computer: <scrubbed>
Description:
The identity of application pool, '<scrubbed>' 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.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 69 05 07 80 i..?
谷歌建议这与我在“身份”选项卡中设置的应用程序池的用户有关。最常见的问题是:
- 设置错误的密码
- 不将用户添加到 IIS_WPG 组
我已经尝试并重试了这两种方法(并重新启动了 IIS 服务),但似乎没有任何东西可以修复它。我应该寻找什么其他的东西。
FWIW,身份用户是域(非本地)用户。同样的设置在另一个(假设相同)服务器/设置上运行良好。