Web 应用程序的 IIS7 文件夹权限

编程入门 行业动态 更新时间:2024-10-26 13:31:57
本文介绍了Web 应用程序的 IIS7 文件夹权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在使用 IIS7 在我公司的 Intranet 网站上使用 Windows 身份验证而没有冒充.

I am using windows authentication without impersonation on my company's intranet website with IIS7.

在 IIS7 下,使用这些设置访问包含我的 Web 应用程序的文件夹的帐户是什么?

Under IIS7, what account is used to access the folder which contains my web app using these settings?

会是 IIS_IUSRS 吗?还是网络服务?或者另一个我不知道的?

Would it be IIS_IUSRS? Or NETWORK SERVICE? Or another I don't know about?

推荐答案

在 IIS 7(不是 IIS 7.5)中,站点根据在站点的应用程序池上设置的帐户访问文件和文件夹.默认情况下,在 IIS7 中,此帐户为 NETWORK SERVICE.

In IIS 7 (not IIS 7.5), sites access files and folders based on the account set on the application pool for the site. By default, in IIS7, this account is NETWORK SERVICE.

指定应用程序池的标识 (IIS 7)

在 IIS 7.5(Windows 2008 R2 和 Windows 7)中,应用程序池在应用程序池启动时创建的 ApplicationPoolIdentity 下运行.如果你想为这个账户设置ACLS,你需要选择IIS AppPoolApplicationPoolName 而不是NT AuthorityNetwork Service.

In IIS 7.5 (Windows 2008 R2 and Windows 7), the application pools run under the ApplicationPoolIdentity which is created when the application pool starts. If you want to set ACLS for this account, you need to choose IIS AppPoolApplicationPoolName instead of NT AuthorityNetwork Service.

更多推荐

Web 应用程序的 IIS7 文件夹权限

本文发布于:2023-10-17 10:57:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1500692.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   文件夹   权限   Web

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!