How to Restrict Browse Access to a Folder
ID: Q240736
|
The information in this article applies to:
-
Microsoft FrontPage 2000 Server Extensions
-
Microsoft Internet Information Server version 4.0
SUMMARY
This article describes how to restrict anonymous browse access to a folder when the FrontPage Server Extensions are installed, without making the folder a sub-web.
MORE INFORMATION
Since FrontPage controls permissions on a Web-by-Web basis, it is not obvious how to control access to one folder without making it a sub-web. For example, this article will deal with the following directory structure:
c:\
|-InetPub
|
|-WWWRoot
|
|-Folder1
WWWRoot contains the root Web and the information in Folder1 should not be brows able by anonymous users. In order to make the information in Folder1 not brows able by anonymous users, use the following steps:
- Open the Web in FrontPage and from the Tools menu select Security and click Permissions.
NOTE: To use the FrontPage 98 client path select Tools and then click Permissions.
- On the Users tab, add the accounts you want to have access to the contents in Folder1. Make sure that you have given only browse access. You can also use Windows NT Groups to allow access.
- Make sure that the Everyone button has Browse access and click OK.
At the server level, complete the following steps:
- From the Start button select Programs. Select the Windows NT 4.0 Option Pack. Select the Microsoft Internet Information Server and click Internet Service Manager. This will start the Microsoft Management Console (MMC).
- Select the Folder1 listing in MMC and right-click on Folder1.
- Click Properties.
- From the Directory Security tab, select Edit for Anonymous Access and Authentication Control.
- Unselect the Allow Anonymous Access checkbox.
- Click OK.
Users will still be able to browse the Web anonymously until they try to access the information in Folder1. At this point, the user will be prompted for a username and password. Since you have added the users with browse access, their credentials will be valid.
Additional query words:
front page
Keywords : kbFrontPage fpse2000 kbFrontPageX kbiis400
Version : winnt:4.0
Platform : winnt
Issue type : kbinfo