How to Reset Permissions on Multiple Virtual Servers with the FrontPage 98 Server Extensions Installed
ID: Q224985
|
The information in this article applies to:
-
Microsoft FrontPage 98 for Windows
SUMMARY
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.
MORE INFORMATION- Click Start, and then click Run.
- Type Cmd in the "Open:" box.
- Change to the parent directory that contains your virtual servers
(for example D:\InetPub).
- Issue the following command from the command prompt:
Cacls <foldername> /T /E /R iusr_<machinename> network
interactive everyone
where <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.
(If you want to run this 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.)
- Start the FrontPage Server Administrator.
- Click Start, and then click Run.
- In the "Open:" box, type the following:
C:\Program Files\Microsoft FrontPage\version3.0\bin\Fpsrvwin.exe
Note: This is the default path to the location of the installation
of FrontPage. Your path may differ.
- In the FrontPage Server Administrator, click Check and Fix. (If you
are prompted to tighten security as much as possible, choose Yes.)
- 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 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.
- At this point, browse access will be restricted.
- The following steps need to be done for each virtual
server:
- Open the root web with FrontPage.
- On the Tools menu, click Permissions.
- On the Users tab, select "Everyone has browse access" and click
Apply.
- Repeat steps b and c for each subweb.
REFERENCESFor 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 :
|