Hello All,
I have a question, which you might be able to help me with
I have an ASP application that gets installed on many servers, some of them Win 2003 some Win 2000 some NT4.
As you probably know on Windows 2003 you can no longer use:
<!--#include file="../../file.asp"-->
but rather you have to use:
<!--#include virtual="/folder/file.asp"-->
Because I don't know the name of the folder where the application will be installed, is there a way to generate
the path automatically in this statement ?
<!--#include virtual="/root/folder/file.asp"-->
I honestly don't know what to do anymore
"Taxes are the fees we pay for civilized society" G.W.
I have a question, which you might be able to help me with
I have an ASP application that gets installed on many servers, some of them Win 2003 some Win 2000 some NT4.
As you probably know on Windows 2003 you can no longer use:
<!--#include file="../../file.asp"-->
but rather you have to use:
<!--#include virtual="/folder/file.asp"-->
Because I don't know the name of the folder where the application will be installed, is there a way to generate
the path automatically in this statement ?
<!--#include virtual="/root/folder/file.asp"-->
I honestly don't know what to do anymore
"Taxes are the fees we pay for civilized society" G.W.