Dear all,
I have an include in my asp page as shown below.
<!-- #INCLUDE FILE="../Includes/Test.asp" -->
When I run the asp I get an error message
The Include file '../Includes/Test.asp' cannot contain '..' to indicate the parent directory.
Is it necessary that the include files be in the same directory as the asp page in which they are included?