Disallowed Parent Path

You may receive the following error in your ASP code:

Active Server Pages error ‘ASP 0131’
Disallowed Parent Path
/folder/index.asp, line 7
The Include file ‘../inc/connection.asp’ cannot contain ‘..’ to indicate the parent directory.

You will receive this error if parent path is not enabled for your website in IIS. To resolve this, you will need to enable parent path in IIS.

Leave a Reply