FP97: Root Web Is Not Displayed in List of Existing Webs

Last reviewed: March 18, 1998
Article ID: Q173143
The information in this article applies to:
  • Microsoft FrontPage 97 for Windows with Bonus Pack
  • Microsoft Visual InterDev, version 1.0

SYMPTOMS

When you work in Microsoft Visual InterDev version 1.0 and attempt to create a new Web project based on an existing Web, the root Web '<root web>' may not appear in the Web Name box. However, other Web projects on the server appear in the list and work as expected when you select them.

CAUSE

This problem occurs if the home directory for Web Services is located directly under the root directory. For example, this problem occurs when you create the following home directory

  E:\wwwroot

instead of the following home directory:

  E:\inetpub\wwwroot

RESOLUTION

To resolve this behavior, follow these steps:

  1. Remove FrontPage Server Extensions.

  2. Create a new folder that will be the root folder for the World Wide Web services.

    When you create this folder, make sure that it is located in a folder (that is, it is not located directly under the root directory).

  3. Use Microsoft Internet Information Server (IIS) Service Manager to set this new folder as the home directory for the World Wide Web services.

  4. Reinstall FrontPage Server Extensions.

  5. Copy the content from the earlier location for wwwroot to the new location.

MORE INFORMATION

For all project-based activity, Visual InterDev works through FrontPage Server Extensions. To make the root Web visible, FrontPage Server Extensions set List permissions for the Interactive and Network Microsoft Windows NT groups for the parent folder of the root Web. The problem occurs because FrontPage Server Extensions do not set the permissions for the root directory. For example, FrontPage Server Extensions do not set permissions on drive E in the example, which is the parent folder of wwwroot. Without the List permissions, Visual InterDev cannot display the <root> folder.

In some cases the Services.cnf file is missing the entry that represents the root web.

When Visual InterDev or FrontPage97 connects to FrontPage Server Extensions on the Web server, it obtains the list of existing Webs from the following file:

   Wwwroot/_vti_pvt/Services.cnf

This file, which you can open in Notepad, contains text similar to the following:

  /
  /project1
  /project2
  /coolproject

When you experience this problem, the first line with a single slash (/) may be missing. This indicates that there is no root Web even when one exists. If the slash is present, the permissions problems described in this article may prevent FrontPage and Visual InterDev from accessing the root Web.


Additional query words: front page

Keywords : kbdta
Version : WINDOWS:97
Platform : WINDOWS
Hardware : x86
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 18, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.