Nested content occurs when the root folder of one virtual
site is located (nested) inside the content folder of another virtual
site.
FrontPage Server Extensions installed on a site attempt to
control all content in that site. When the directory structure of one FrontPage
Server Extension-based Web is inside that of another, permission conflicts can
arise as more than one installation of FrontPage Server Extensions is
effectively installed on the nested Web site.
Each FPSE-based Web site that has been assigned a unique IP address must have its content directory at the same hierarchical level as other uniquely assigned Web sites.
Consider the following
directory structure:
C:
|-InetPub
|
|- Wwwroot (contains the Default Web Site)
|
|- FolderA (contains Web site A)
|
|- FolderB (contains Web site B)
If you create a Web in FolderA, the content of that
Web is "nested" within the Default Web Site in Wwwroot. If you then install
FrontPage Server Extensions on a Web created in Wwwroot, FrontPage Server
Extensions attempt to control all content in Wwwroot, including Webs created in
FolderA and FolderB. This can result in permissions that conflict with
FrontPage Server Extensions installed on Webs whose content is stored in these
folders.
The following example directory structure is better suited
to multiple Web sites:
C:
|-InetPub
|
|- Wwwroot (contains the Default Web Site)
|
|- FolderA (contains Web site A)
|
|- FolderB (contains Web site B)
In this example, when you create a FrontPage Server
Extensions-based Web in Wwwroot, the server extensions do not conflict with
other FrontPage Server Extensions-based Webs created in FolderA or FolderB.