How to Allow Web Access to Large User Groups without Allowing the Everyone GroupID: Q216555
|
When you use Internet Information Server (IIS), you may need to grant access to a restricted Web site to a large group of users without having each user prompted for credentials. Normally, you would use NTFS permissions on files to grant access to each individual user; however, with large groups of users this is a time consuming task.
The best way to accomplish this is to create a group that has access to the resource through NTFS permissions and remove the Everyone group from these permissions. Be sure to give Administrators and System the appropriate permissions as well.
The typical permissions will look similar to the following:
Your Group (R)Within this group, place the users that need access to the restricted resources on the Web site. You can do this by adding the group(s) in which they belong, or by adding the users one at a time to this group (this can be time consuming, but not as much as on a per-file basis).
Administrators (FULL)
System (FULL)
Additional query words:
Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: February 18, 1999