|
Parent paths on domain
I am currently getting the following error:
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/store/default.asp, line 9
The Include file '..\includes\settings.asp' cannot contain '..' to indicate the parent directory.
when I use the following code:
<!--#include file="..\includes\settings.asp"-->
It seems that the Catalyst Parent Path property of IIS isn't set up.
Does anyone know how I can get around this?
I don't want to change the physical location of the files as I have 100s of pages.
I've tried using the following code:
<!--#include virtual="d:\domains\myurl.com\wwwroot\includes\set tings.asp"-->
but with this I'm getting the following error:
"The include file 'd:\domains\myurl.com\wwwroot\includes\settings.as p' was not found. "
|