IIS7:为什么 NT Authority\IUSR 身份的 isAnonymous 属性为 false?

发布于 2024-11-02 15:01:42 字数 170 浏览 0 评论 0原文

在配置了模拟应用程序的 IIS 7 中,我看到匿名用户身份是 NT Authority\IUSR,并且具有属性 isAuthenticated=true 和 isAnonymous=false。 isAnonymous 属性不应该是 true 吗?我可以通过名称检查匿名用户,但谁知道,他们可能会在 IIS 8 中再次更改它。

In IIS 7 with an application configured for impersonation, I am seeing that the anonymous user identity is NT Authority\IUSR and has properties isAuthenticated=true and isAnonymous=false. Shouldn't the isAnonymous property be true? I can check for the anonymous user by name but who knows, they may change it again in IIS 8.

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

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

发布评论

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

评论(1

如若梦似彩虹 2024-11-09 15:01:42

在 IIS7 中将 IdentityImpersonation 设置为 true,您有两个选择:

  1. 以经过 IIS7 身份验证的用户身份运行,或以您设置的任意用户身份运行(此处 isAnonymous=false)。

2.使用匿名身份验证并选择以经过身份验证的用户身份运行 ASP.NET 应用程序,该应用程序将在为匿名用户设置的帐户(通常为 IUSR)下运行。

http://technet.microsoft.com/en-us/库/cc730708(WS.10).aspx

Setting IdentityImpersonation to true in IIS7 you have two options:

  1. run as a user authenticated by IIS7 or run as an arbitrary user that you set up (here isAnonymous=false).

2.using Anonymous authentication and chose to run the ASP.NET application as the authenticated user, the application would run under an account set up for anonymous users (typically, IUSR).

http://technet.microsoft.com/en-us/library/cc730708(WS.10).aspx

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