I have an asp page that has an include file from another sub-directory.
When I include the whole path name (i.e\dir\subdir1\incfile.asp) on this asp, I got an error message that says the include file cannot start with '\'.If I remove the '\', the page cannot find the file.
The asp page's directory is \dir\subdir2\asppage.asp.
Any help will be greatly appreciated.
When I include the whole path name (i.e\dir\subdir1\incfile.asp) on this asp, I got an error message that says the include file cannot start with '\'.If I remove the '\', the page cannot find the file.
The asp page's directory is \dir\subdir2\asppage.asp.
Any help will be greatly appreciated.