Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 240735 - Last Review: February 23, 2007 - Revision: 1.3
How to Reset Multiple Virtual Server Permissions in FrontPage 2000
This article was previously published under Q240735
This article describes how to reset permissions when the FrontPage 2000 Server Extensions are installed and there are multiple virtual servers that are having permissions problems. The reset steps in the "More Information" section of this article leave all custom permissions intact.
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.
APPLIES TO
- Microsoft FrontPage 2000 Server Extensions
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate