Resetting Multiple Virtual Server Permissions with FrontPage 2000
ID: Q240735
|
The information in this article applies to:
-
Microsoft FrontPage 2000 Server Extensions
SUMMARY
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 below will leave all custom permissions intact.
MORE INFORMATIONSteps to Reset Permissions
- 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.)
- Click Start, point to Programs, Windows NT Option Pack, Internet Information Server, and click Internet Service Manager.
- In Internet Service Manager, click the plus next to the Internet Information Server (IIS) folder.
- Right-click on the default Web site, point to Tasks, and click Check Server Extensions (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 2000.
- On the Tools menu, click Security and then click Permissions.
- On the Users tab, select "Everyone has browse access" and click
Apply.
- Repeat steps b and c for each subweb.
Additional query words:
front page cacls frontpg fpse2000
Keywords : kbDSupport fpse2000 kbiis400
Version : winnt:
Platform : winnt
Issue type : kbinfo
|