I have a directory structure where all asp pages call a pagesetup.inc file using:
<!--#include virtual="/includes/pageSetup.inc"-->
then in that includes I am trying to call a file that is always in a directory above where the asp page is ie
<!--#include file="includes/topbar.inc"-->
so the dir structure looks like
index.asp
includes
pagesetup.inc
testSubDir
includes
topbar.inc
the problem is I get an error saying:
The include file 'includes/topbar.inc' was not found.
can someone please help me as it is driving me crazy!
cheers
Tim
<!--#include virtual="/includes/pageSetup.inc"-->
then in that includes I am trying to call a file that is always in a directory above where the asp page is ie
<!--#include file="includes/topbar.inc"-->
so the dir structure looks like
index.asp
includes
pagesetup.inc
testSubDir
includes
topbar.inc
the problem is I get an error saying:
The include file 'includes/topbar.inc' was not found.
can someone please help me as it is driving me crazy!
cheers
Tim