匿名访问的应用程序池身份和帐户有何用途?

发布于 2024-10-10 16:24:36 字数 241 浏览 0 评论 0原文

我明白这两个的用途,除了我不知道每个的用途 - 即一个的用途与另一个的用途。 (无论如何,我通常将它们设置为同一个帐户。)

如果您不确定我在说什么帐户,请在 IIS 管理器中:

  • 右键单击有问题的应用程序池,转到“属性”,然后单击“身份”选项卡以查看应用程序池标识。
  • 右键单击网站,转到属性 ->目录安全,单击“匿名访问和身份验证控制”下的“编辑”,查看匿名访问的帐户。

I understand what the two are used for, except I don't know what each does--i.e. what one is for vs. what the other is for. (I usually set them to the same account anyway.)

If you're not sure what accounts I'm talking about, in the IIS manager thingy:

  • Right-click on the app pool in question, go to Properties, and click the Identity tab to see the App Pool Identity.
  • Right-click a Web site, go to Properties -> Directory Security, and click Edit under Anonymous Access and authentication control to view the Account for anonymous access.

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

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

发布评论

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

评论(1

一杯敬自由 2024-10-17 16:24:36

当匿名访问和模拟都启用时,工作进程将在该帐户下运行。如果您禁用了模拟,它将在默认应用程序池帐户下运行。
有关详细信息,请查看

That is the account under which the worker process will run when anonymous access and impersonation both are enabled. If you have impersonation disabled it will run under the default app pool account.
Check this for more info.

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