Article ID: 313075 - Last Review: November 21, 2006 - Revision: 1.4 How to configure Web server permissions for Web content in IISThis article was previously published under Q313075 On This PageSUMMARYThis step-by-step article describes how to grant Web server permissions for Web content using Internet Information Services (IIS) 5.0.
You can grant Web server permissions for specific Web sites, folders, and files on your server. Unlike the NTFS file system permissions that apply only to either a specific user or a group of users that have a valid Windows account, Web server permissions apply to all users that access your Web site regardless of their specific access rights. Web access permissions use the IUSR_computername account by default. When you install IIS, the IUSER_computername account is created and used as the default anonymous user account. When you enable anonymous access, IIS uses the IUSER_computername account to log on all users who access your site. The IUSR_computername account is granted NTFS permissions for the folders that make up the Web sites on your server. However, you can change the permissions for any folder or file in your site. For example, you can use Web server permissions to control whether visitors to your Web site are allowed to view a particular Web page, upload information, or run scripts. When you configure both Web server permissions and Windows NTFS permissions, you can control how users access your Web content on multiple levels, from the entire Web site to individual files. You can assign strong NTFS permissions for your resources. The NTFS file system is more secure than the FAT or FAT32 file system. You can also assign the most restrictive Web permissions possible. For example, if the Web site is used only for viewing information, assign only Read permissions. If a directory or site contains applications, assign Scripts only permissions instead of Scripts and Executables permissions. Do not assign Write and Script source access permissions or Scripts and Executables permissions. Use this combination with extreme caution. It could allow a user to upload potentially harmful executable files to the server and run them. How to grant Web server permissions for Web content
REFERENCES
For more information about how to grant Web server and NTFS permissions for Web content, refer to the "Access Control" topic in the "Security" section of the IIS 5.0 Online Documentation. To view the documentation, start Microsoft Internet Explorer, and then type the following address in the Address bar:
http://localhost/iisHelp/
(http://localhost/iisHelp/)
For more information about how to control access to Web content, click the following article numbers to view the articles in the Microsoft Knowledge Base:
300985
(http://support.microsoft.com/kb/300985/
)
How to configure user and group access on a Windows NT 4.0-based or Windows 2000-based intranet
187506
(http://support.microsoft.com/kb/187506/
)
List of NTFS permissions required for IIS site to work
271071
(http://support.microsoft.com/kb/271071/
)
Minimum NTFS permissions required for IIS 5.0 to work
For more information about IIS security, click the following article numbers to view the articles in the Microsoft Knowledge Base:
282060
(http://support.microsoft.com/kb/282060/
)
Resources for securing Internet Information Services
266115
(http://support.microsoft.com/kb/266115/
)
Resources for installing and using IIS 5.0
| Article Translations
|


Back to the top
