IIS7 中的 ApplicationPoolIdentity 401 错误

发布于 2024-08-09 12:20:50 字数 1459 浏览 13 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

烟火散人牵绊 2024-08-16 12:20:50

也许你只是错过了一小步。当您授予帐户读取权限时,您是否检查它是否替换了所有子目录中的设置。此外,更改访问权限后可能需要重置 IIS。

Maybe you are just missing a small step. When you granted the account read access, did you check that it replaced settings in all subdirectories. Also it may require an IIS reset after changing the access rights.

为人所爱 2024-08-16 12:20:50

2008 R2 IIS 7.5

仅供参考。在重建服务器并花费无数时间对 AppPool 身份更改为域帐户后的 401.3 错误进行故障排除后,我们发现 GPO 正在杀死 IIS。确保您使用“计算机”容器中的服务器进行测试,并且没有 GPO 更改管理员之外的受限组。

在我们的例子中,NT Authority\Authenticated Users 已从本地 USERS 组中删除,这导致 IIS 完全崩溃。

2008 R2 IIS 7.5

Just as an FYI. After rebuilding servers and spending endless hours troubleshooting a 401.3 error after changing the AppPool identity to a domain account, we came to find out that a GPO was killing IIS. Make sure you test with a server in the "Computer" container and that no GPO's are changing restricted groups outside of Administrators.

In our case, NT Authority\Authenticated Users was removed from the local USERS group and it broke IIS complete.

好多鱼好多余 2024-08-16 12:20:50

我会检查 401 错误的确切状态代码是什么 IIS 7 状态代码
一旦知道确切的错误代码,就可以轻松地解决确切的问题。

我还会运行 进程监视器 并查看是否有任何使用过滤器的“访问被拒绝”。

问候,
维韦克。

I would check what is the exact status code of the 401 error IIS 7 Status Code
Once you know the exact error code, it will be easy for to troubleshoot the exact issue is.

I would also run Process Monitor and see if there are any "ACCESS DENIED" using the Filter.

Regards,
Vivek.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文