Article ID: 327985 - Last Review: June 13, 2003 - Revision: 2.0 The ASPEnableParentPaths Property Is Not Disabled on the Default Web Site or the IIS Administration Site in Small Business Server 2000 SP1This article was previously published under Q327985 IMPORTANT: This article contains information about editing the metabase. Before you edit the metabase, verify that you have a backup copy that you can restore if a problem occurs. For information about how to do this, see the "Configuration Backup/Restore" Help topic in Microsoft Management Console (MMC). On This PageSYMPTOMS
After you install Microsoft Small Business Server (SBS) 2000 Service Pack 1 (SP1), the metabase settings for the ASPEnableParentPaths property are not changed to FALSE for the default Web site and the Internet Information Services (IIS) Administration Web site if either of the Web sites is the third Web site (w3svc/3) or higher. You do not receive warnings or error messages.
This behavior occurs on installations of SBS 2000 SP1 where either the default Web site or the Administration Web site has been moved from the default locations of w3svc/1 and w3svc/2. For example:
CAUSE
During the SBS 2000 SP1 installation, only the following metabase locations are changed:
WORKAROUND
To work around this behavior, you can change the target value of the ASPEnableParentPaths property to FALSE by editing the properties of the Web site or by editing the metabase manually.
Edit the Setting on the Web Site Properties
Manually Edit the Setting By Using Adsutil.vbs to Modify the MetabaseWARNING: If you edit the metabase incorrectly, you can cause serious problems that may require you to reinstall any product that uses the metabase. Microsoft cannot guarantee that problems that result if you incorrectly edit the metabase can be solved. Edit the metabase at your own risk.NOTE: Always back up the metabase before you edit it. Adsutil.vbs is located in the C:\Inetpub\AdminScripts folder. To use Adsutil.vbs, use the following command-line syntax: cscript.exe c:\inetpub\adminscripts\adsutil.vbs set path "FALSE"
In this command, path is one of the following paths, where number is the Web site number:
STATUSThis behavior is by design. MORE INFORMATIONThe AspEnableParentPaths property in the metabase specifies whether an Active Server Pages (ASP) page can allow paths relative to the current directory (using the "...\" notation). This may be a security risk. In a secure environment, set the AspEnableParentPaths property to FALSE.REFERENCES184717
(http://support.microsoft.com/kb/184717/EN-US/
)
AspEnableParentPaths MetaBase Property Should Be Set To False
| Article Translations
|

Back to the top
