Forums
This topic is locked
Relative vs. Absolute path resolving
29 Jan 2003 21:15:16 Ken Koch posted:
I am having a problem in trying to build a new page from an existing template.Although the page template has an include statement that uses a relative file path,
#include file="../html/highlight_classes_default.htm" --
the page built from the template winds up putting an absolute reference in its place.
--#include file="file:///C|/Sites/Meridian/html/highlight_classes_default.htm" --
The result is the following error:
Active Server Pages error 'ASP 0126'
Include file not found
Is there a setting that determines how these file paths are resolved as they move from my local machine to the server?