How to Reset Permissions on Multiple Virtual Servers with the FrontPage 98 Server Extensions InstalledID: Q224985
|
This article describes how to reset permissions when the FrontPage 98 Server Extensions are installed, and there are multiple virtual servers that are having permissions problems. The reset steps below will leave all custom permissions intact.
Cacls <foldername> /T /E /R iusr_<machinename> network interactive everyonewhere <foldername> is the name of the home directory for the virtual server, and iusr_<machinename> is the name of the anonymous user on your computer.
C:\Program Files\Microsoft FrontPage\version3.0\bin\Fpsrvwin.exeNote: This is the default path to the location of the installation of FrontPage. Your path may differ.
net stop iisadmin /yNote: If you have other services dependent on IIS, you will need to restart them as well. This article is specific to IIS version 4.0; restarting the server for other versions of IIS requires different steps. Consult your server documentation if your are running a different version of IIS.
net start w3svc
net start msftpsvc (if you are using the FTP Server)
net start smtpsvc (if you are using the SMTP Service)
For additional information, please see the following article(s) in the
Microsoft Knowledge Base:
Q224147 How to Reset Permissions Using FrontPage 98 Server Extensions
Additional query words:
Keywords :
Version : WINDOWS:
Platform : WINDOWS
Issue type :
Last Reviewed: May 14, 1999