To reset permissions, follow these steps:
- On the Windows Start menu, click Run.
- In the Open box, type Cmd.
- Change to the parent directory that contains your virtual servers (for example C:\InetPub).
- Type the following command at the command prompt:
Cacls FolderName /T /E /R iusr_ComputerName network
interactive everyone /G system:f administrators:f
Where FolderName is the name of the home directory for the virtual server, and iusr_ComputerName is the name of the anonymous user on your computer.
NOTE: If you want to run this command on multiple virtual servers at the same time, you can replace FolderName with *.* and this command will run on all folders below and on their contents. - Open the Internet Services Manager. To do this, follow the steps for your version of IIS:
- For IIS 4.0:
- On the Windows Start menu, point to Programs, and then click Windows NT 4.0 Option Pack.
- Click Microsoft Internet Information Server.
- Select Internet Service Manager.
- For IIS 5.0:
- On the Windows Start menu, point to Programs, and then click Administrative Tools.
- Select Internet Services Manager.
- For IIS 5.1:
- Open Control Panel.
- Double-click Administrative Tools.
- Double-click Internet Information Services.
- In Internet Service Manager, click the plus sign (+) next to the Internet Information Server (IIS) folder.
- Right-click the default Web site, point to Tasks, and then click Check Server Extensions. If you are prompted to tighten security as much as possible, click Yes.
- Restart IIS. To do this, follow the steps for your version of IIS:
- For IIS 4.0:
- From a command prompt, type the following:
net stop iisadmin /y
net start w3svc
net start msftpsvc (if you are using the FTP Server)
net start smtpsvc (if you are using the SMTP Service)
NOTE: If you have other services that are dependent on IIS, you will need to restart them also.
- For IIS 5.0 and IIS 5.1:
- On the Windows Start menu, click Run.
- In the Run box, type iisreset and then click OK.
- At this point, browse access will be restricted and you will need to reconfigure your permissions. To do this, follow these steps for each virtual server:
- In FrontPage 2000, open the Root Web for the virtual server.
- On the Tools menu, click Security, and then click Permissions.
- Click the Users tab. Click Everyone has browse access, and then click Apply.
- Repeat steps b and c for each subweb.