Hi,
I am using the include statement:
<!--#include file="Include.asp"-->
to include this "include.asp" file, which resides in the root folder.
When I want to include it in a file that is in a 'lower' folder, I use "../Include.asp"
Now, the last case is working well in a PWS, WinMe. However, once I transfer the web site into a Win Advanced Server with IIS, it doesn't work unless the Included and the caller files are both in the same directory "the root".
Can any one help me with this, please ?