设为首页 收藏本站
查看: 566|回复: 0

[经验分享] Default permissions and user rights for IIS 6.0

[复制链接]

尚未签到

发表于 2015-8-15 13:36:34 | 显示全部楼层 |阅读模式
INTRODUCTION

This article describes the default permissions and the user rights on a newly installed application server that has Internet Information Services (IIS) 6.0 installed. DSC0000.gif Back to the top
MORE INFORMATION

The following tables document the NTFS file system permissions, registry permissions, and Microsoft Windows user rights. This information applies if Microsoft ASP.NET is included as part of the installation suite. This article focuses on the World Wide Web Publishing Service and does not consider other components, such as the File Transfer Protocol (FTP) service, the Simple Mail Transfer Protocol (SMTP) service, and Microsoft FrontPage Server Extensions (FPSE).

Note For the purposes of this document, the IUSR_MachineName account is used interchangeably with a configured anonymous account. Back to the top
NTFS permissions
DirectoryUsers\GroupsPermissions
%windir%\help\iishelp\commonAdministratorsFull control
%windir%\help\iishelp\commonSystemFull control
%windir%\help\iishelp\commonIIS_WPGRead, execute
%windir%\help\iishelp\commonUsers (See Note 1.)Read, execute
%windir%\IIS Temporary Compressed FilesAdministratorsFull control
%windir%\IIS Temporary Compressed FilesSystemFull control
%windir%\IIS Temporary Compressed FilesIIS_WPGFull control
%windir%\IIS Temporary Compressed FilesCreator ownerFull control
%windir%\system32\inetsrvAdministratorsFull control
%windir%\system32\inetsrvSystemFull control
%windir%\system32\inetsrvUsersRead, execute
%windir%\system32\inetsrv\*.vbsAdministratorsFull control
%windir%\system32\inetsrv\ASP compiled templatesAdministratorsFull control
%windir%\system32\inetsrv\ASP compiled templatesIIS_WPGFull control
%windir%\system32\inetsrv\HistoryAdministratorsFull control
%windir%\system32\inetsrv\HistorySystemFull control
%windir%\system32\LogfilesAdministratorsFull control
%windir%\system32\inetsrv\metabackAdministratorsFull control
%windir%\system32\inetsrv\metabackSystemFull control
Inetpub\AdminscriptsAdministratorsFull control
Inetpub\wwwroot (or content directories)AdministratorsFull control
Inetpub\wwwroot (or content directories)SystemFull control
Inetpub\wwwroot (or content directories)IIS_WPGRead, execute
Inetpub\wwwroot (or content directories)IUSR_MachineNameRead, execute
Inetpub\wwwroot (or content directories)ASPNET (See Note 2.) Read, execute
Note 1 You must have permissions to this directory when you use Basic authentication or Integrated authentication and when custom errors are configured. For example, when error 401.1 occurs, the logged-on user sees the expected detailed custom error only if permissions to read the 4011.htm file have been granted to that user.

Note 2 By default, ASP.NET is used as the ASP.NET process identity in IIS 5.0 isolation mode. If ASP.NET is switched to IIS 5.0 isolation mode, ASP.NET must have access to the content areas. ASP.NET process isolation is detailed in IIS Help. For additional information, visit the following Microsoft Web site:

ASP.NET process isolation
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e409289d-2786-4a34-bb7e-9c546602c2c8.mspx (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e409289d-2786-4a34-bb7e-9c546602c2c8.mspx)Back to the top
Registry permissions
LocationUsers\GroupsPermissions
HKLM\System\CurrentControlSet\Services\ASPAdministratorsFull control
HKLM\System\CurrentControlSet\Services\ASPSystemFull control
HKLM\System\CurrentControlSet\Services\ASPIIS_WPGRead
HKLM\System\CurrentControlSet\Services\HTTPAdministratorsFull control
HKLM\System\CurrentControlSet\Services\HTTPSystemFull control
HKLM\System\CurrentControlSet\Services\HTTPIIS_WPGRead
HKLM\System\CurrentControlSet\Services\IISAdminAdministratorsFull control
HKLM\System\CurrentControlSet\Services\IISAdminSystemFull control
HKLM\System\CurrentControlSet\Services\IISAdminIIS_WPGRead
HKLM\System\CurrentControlSet\Services\w3svcAdministratorsFull control
HKLM\System\CurrentControlSet\Services\w3svcSystemFull control
HKLM\System\CurrentControlSet\Services\w3svcIIS_WPGRead
Back to the top
Windows user rights
PolicyUsers
Access this computer from the networkAdministrators
Access this computer from the networkASPNET
Access this computer from the networkIUSR_MachineName
Access this computer from the networkIWAM_MachineName
Access this computer from the networkUsers
Adjust memory quotas for a processAdministrators
Adjust memory quotas for a processIWAM_MachineName
Adjust memory quotas for a processLocal service
Adjust memory quotas for a processNetwork service
Bypass traverse checkingIIS_WPG
Allow log on locally (see Note)Administrators
Allow log on locally (see Note)IUSR_MachineName
Deny logon locallyASPNET
Impersonate a client after authenticationAdministrators
Impersonate a client after authenticationASPNET
Impersonate a client after authenticationIIS_WPG
Impersonate a client after authenticationService
Log on as a batch jobASPNET
Log on as a batch jobIIS_WPG
Log on as a batch jobIUSR_MachineName
Log on as a batch jobIWAM_MachineName
Log on as a batch jobLocal service
Logon as a serviceASPNET
Logon as a serviceNetwork service
Replace a process level tokenIWAM_MachineName
Replace a process level tokenLocal service
Replace a process level tokenNetwork service
Note In a new default installation of Microsoft Windows Server 2003 with IIS 6.0, the Users group and the Everyone group have Bypass traverse checking permissions. The worker process identity inherits Bypass traverse checking permissions through one of these groups. If both groups are removed from Bypass traverse checking permissions, and the worker process identity does not inherit Bypass traverse checking permissions through any other assignment, the worker process does not start. If the Users group and the Everyone group must be removed from the Bypass traverse checking permissions, add the IIS_WPG group to permit IIS to function as expected.

Note In IIS 6.0, when Basic authentication is configured as one of the authentication options, the LogonMethod metabase property for Basic authentication is NETWORK_CLEARTEXT. The NETWORK_CLEARTEXT logon type does not require the Allow log on locally user right. This also applies to Anonymous authentication. For additional information, see the "Basic Authentication Default Logon Type" topic in IIS Help. You can also visit the following Microsoft Web site:

Basic authentication
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/cf438d2c-f9c7-4351-bf56-d2ab950d7d6e.mspx)

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-99421-1-1.html 上篇帖子: IIS中加入piwik跟踪代码 下篇帖子: IIS状态监测(如果状态错误则重启IIS)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表