Parent paths are security issue, prevented in IIS6. You should use virtual includes instead:
<!--#include virtual="/_fpclass/fpdbfor
Main Topics
Browse All TopicsHi, I just started web hosting using IIS Version 6.0 and MS Windows 2003 Enterprise hooked up with a SQL Server Database.
The problem is running .asp scripts in folders. (Not Sub Webs) Is this a setting in IIS? Using front page, I have tried to save and resave the registration .asp scripts. Below is a copy of the error I get.
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/registration/index.asp, line 226
The Include file '../_fpclass/fpdbform.inc'
IF THE SCRIPT IS TAKEN OUTSIDE OF THE DIRECTORY IT WORKS FINE.
PLEASE ADVISE
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Yeah, I dont want to have to enable to parent pths unless its absolutely required.
Its easy enough to enable parent paths, but how do I impliment virtual includes or get front page to do that automatically. Because these scripts are generated from Front page Automatically.
For example, Front page has a -webbot - slice of code. Is there a way to edit the default settings?
I am assuming you are talking about the code on the .asp page itself and not the .inc file right?
For example, where would I find,
<!--#include virtual="/_fpclass/fpdbfor
I beliefve it is found in the web bot slice of code.
I second alorentz first comment on the include, but not the second as I like to use frontpage. I have even modified the Database results wizard files to include customized picture buttons on my database stuff. I am limited to HTML kit, notepad, or frontpage, and much prefer frontpage!! Of course I would like to get Visual Studio 2005...
I've got visual studio and I am learning how to use it it. Also have limited knowledge of .asp and other language but I prefer to use front page in combination with macromedia for fast development environment.
I don't like Front page though for a number of reasons, mostly the situation with not being able to easily modify includes and embedded propriatary code/script.
Thanks for the help.
Business Accounts
Answer for Membership
by: ProactivationPosted on 2006-02-07 at 15:37:34ID: 15898043
1. You can re-allow parent paths in IIS > Site properties > Home Directory > Configuration > Options > Enable parent paths
They're usually disabled because they're a security risk.
2. You can change the path to virtual, or at least absolute from the root of your website.