Article ID: 173143 - Last Review: August 10, 2001 - Revision: 1.0 FP97: Root Web Is Not Displayed in List of Existing WebsThis article was previously published under Q173143 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:
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:
/
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.
/project1 /project2 /coolproject
| Article Translations
|

Back to the top
