J
Jeff
I have an asp page. Now I know this is sortof OT, but I am not sure of the
forum to get an answer.
I have an include on this asp page
<!-- #include file=\forum\includes\consts-inc.asp -->
now, it gives me this error:
File attribute '\forum\includes\consts-inc.asp' cannot start with forward
slash or back slash.
i can't use .. either, because it gives me this error:The Include file
'..\forum\includes\consts-inc.asp' cannot contain '..' to indicate the
parent directory.
I tried with the slashes going / and \
if i use this:
<!-- #include file=forum/includes/consts-inc.asp -->
i get this:
The include file 'forum/includes/consts-inc.asp' was not found.
for some information. i the file that gives the error is in the includes
folder, which is in the root web. the forum folder is also in the root web.
so i am in folder unthe root, and trying to include a file from another
folder under the root.
how can i do this??
thanks in advance
Jeff
forum to get an answer.
I have an include on this asp page
<!-- #include file=\forum\includes\consts-inc.asp -->
now, it gives me this error:
File attribute '\forum\includes\consts-inc.asp' cannot start with forward
slash or back slash.
i can't use .. either, because it gives me this error:The Include file
'..\forum\includes\consts-inc.asp' cannot contain '..' to indicate the
parent directory.
I tried with the slashes going / and \
if i use this:
<!-- #include file=forum/includes/consts-inc.asp -->
i get this:
The include file 'forum/includes/consts-inc.asp' was not found.
for some information. i the file that gives the error is in the includes
folder, which is in the root web. the forum folder is also in the root web.
so i am in folder unthe root, and trying to include a file from another
folder under the root.
how can i do this??
thanks in advance
Jeff