Microsoft KB Archive/224985

From BetaArchive Wiki
Knowledge Base


FP98: How to Reset Permissions on Multiple Virtual Servers with FrontPage 98 Server Extensions

Article ID: 224985

Article Last Modified on 12/1/2000



APPLIES TO

  • Microsoft FrontPage 98 Standard Edition



This article was previously published under Q224985

SUMMARY

This article describes how to reset permissions under the following conditions:

  • FrontPage 98 Server Extensions are installed.


-and-

  • Multiple virtual servers are having permissions problems.

The reset steps in the "More Information" section of this article leave all custom permissions intact.

MORE INFORMATION

  1. Click Start, and then click Run.
  2. Type Cmd in the Open box.
  3. Change to the parent directory that contains your virtual servers (for example, D:\InetPub).
  4. 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.)
  5. Start the FrontPage Server Administrator.
  6. Click Start, and then click Run.
  7. 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.
  8. In the FrontPage Server Administrator, click Check and Fix. (If you are prompted to tighten security as much as possible, click Yes.)
  9. 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 Internet Information Server, you 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 you are running a different version of IIS.
  10. At this point, browse access is restricted.
  11. The following steps need to be done for each virtual server:

    1. Open the root Web with FrontPage.
    2. On the Tools menu, click Permissions.
    3. On the Users tab, select the Everyone has browse access check box, and then click Apply.
    4. Repeat steps b and c for each subweb.


REFERENCES

For additional information about this subject, click the article number below to view the article in the Microsoft Knowledge Base:

224147 How to Reset Permissions UsingFrontPage 98 Server Extensions


Keywords: KB224985