Article ID: 276548 - Last Review: December 7, 2000 - Revision: 1.0

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

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q276548
Expand all | Collapse all

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.

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.

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.

MORE INFORMATION

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
226474  (http://support.microsoft.com/kb/226474/EN-US/ ) Err Msg: Active Server Pages, ASP 0131 Disallowed Parent Path

APPLIES TO
  • Microsoft FrontPage 2000 Standard Edition
Keywords: 
kbprb KB276548