Article ID: 332117 - Last Review: December 3, 2007 - Revision: 4.7 Enable Parent Paths Is Disabled by Default in IIS 6.0This article was previously published under Q332117 SYMPTOMSWhen you try to view an Active Server Pages (ASP) page that
is running on Internet Information Services (IIS) 6.0, you may receive one of
the following error messages in your browser: If the Show Friendly Http Error Messages check box in Microsoft Internet Explorer is not selected: Server.MapPath()error 'ASP 0175 :
80004005' Disallowed Path Characters ASP
error 0131 The include file <%filename.ext%> cannot contain '..' to
indicate the parent directory. /<%path%>/<%filename.ext%>, line
<%number%> The Page Cannot Be Displayed HTTP 500-Internal server error 294807
(http://support.microsoft.com/kb/294807/
)
HOW
TO: Turn Off the Internet Explorer 5.x and 6.x "Show Friendly HTTP Error
Messages" Feature on the Server Side
CAUSEYou receive this error message if the application calls an
ASP method that requires the Parent Paths option to be
enabled. The exact error message depends on the method that is being
called. By default, the Parent Paths option is enabled in IIS 5.0, but it is disabled by default in IIS 6.0. STATUS This
behavior is by design. MORE INFORMATIONThe Parent Paths option (the AspEnableParentPaths metabase property) permits you to use ".." in calls to functions
such as MapPath by allowing paths that are relative to the current directory
using the ..\notation. Setting this property to True may
constitute a security risk because an include path can access critical or
confidential files outside the root directory of the application. If your application contains a Web page that contains the #include server-side include directive and uses ".." notation to refer to a parent directory, you will experience this issue when the application is run on IIS 6.0 with the default setting. WORKAROUNDTo resolve this problem without changing the application:
REFERENCES
For additional information about disabling Parent Paths on IIS 4.0 and IIS
5.0, click the following article number to view the article in the Microsoft Knowledge Base:
184717
(http://support.microsoft.com/kb/184717/
)
AspEnableParentPaths MetaBase Property
Should Be Set To False
For additional information about resolving this error in FrontPage 2000
applications, click the following article number to view the article in the Microsoft Knowledge Base:
276548
(http://support.microsoft.com/kb/276548/
)
F000: ASP Error 0131 When You Browse to
a Database Results Region
For more information about troubleshooting this and
other ASP errors that may occur with IIS 6.0, visit the following Microsoft Web
sites:Troubleshooting and Important Changes in ASP http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e1a77c5d-046e-4538-8d9d-b2996c3143d3.mspx?mfr=true (http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/e1a77c5d-046e-4538-8d9d-b2996c3143d3.mspx?mfr=true)
| Article Translations
|

Back to the top
