ASP on Vista Error: Disallowed Parent Path cannot contain ‘..’ to indicate the parent directory.
Filed in ASP.NET, Web Design on Jul.31, 2009
Classic ASP may give you this error. Full error is something like this:
Active Server Pages error ‘ASP 0131′
Disallowed Parent Path
/include/login.asp, line 1
The Include file ‘../includes/hello.asp’ cannot contain ‘..’ to indicate the parent directory.
You can do this on Windows Vista/IIS7
- Start Internet Services Manager.
- Click Default Web Site, and then click Properties.
- Double-click ASP in the Features pane.
- Expand Behavior.
- Click Enable Parent Paths.
- Click True for Enable Parent Paths.
- Click Apply.
If you ned more details, check: http://support.microsoft.com/kb/226474
Related posts:























Leave a Reply
You must be logged in to post a comment.