Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2000: ASP Error 0131 When You Browse to a Database Results Region ASP Page


View products that this article applies to.

This article was previously published under Q276548

↑ Back to the top


Symptoms

When you browse to an ASP page that was created with the FrontPage 2000 Database Results Region, you may receive the following error message:
The Include file '../_fpclass/fpdblib.inc' cannot contain '..' to indicate the parent directory.

↑ Back to the top


Cause

Many Web hosting companies turn off (disable) parent pathing on the Internet Information Server site in order to address security concerns. When parent pathing is turned off, '../' cannot be used in an include directive to navigate to the parent folder.

FrontPage uses include files for database connectivity on Database Results Region pages. If the Database Results Region page is saved in a folder other than the root folder of the web, FrontPage writes the path to the Fpdblib.inc file as '../_fpclass/fpdblib.inc'. If parent pathing is turned off for the site, this directive fails.

↑ Back to the top


Workaround

It is recommended that ASP files that are created with the FrontPage 2000 Database Results Region always be saved in the root folder of the web. In all cases, this prevents FrontPage from using '../' to navigate to the parent directory.

↑ Back to the top


More information

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
226474� Err Msg: Active Server Pages, ASP 0131 Disallowed Parent Path

↑ Back to the top


Keywords: KB276548, kbprb

↑ Back to the top

Article Info
Article ID : 276548
Revision : 1
Created on : 12/7/2000
Published on : 12/7/2000
Exists online : False
Views : 282