Active Server Pages error 'ASP 0131', Di...
When you use relative paths in include statements with Microsoft Active Server Pages (ASP), browsing a Web page may return an error message similar to the following:
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
The Include file '../<filename.asp>' cannot contain '..' to indicate the parent directory.
Reason:
This is caused by disabling ASP’s “parent paths” for a Web site...
