im trying to include virtual a file in my asp code, so far im not able to do it whithout specifying the name of the virtual directory
<!-- #include virtual="virtualdirectoy/file.asp" -->
problem is i dont want to specify the name of the virtual directory in my code, cz this name might change when i change the IIS server, any help how i can include virtual a file without writting the name of my virtual directory ?
<!-- #include virtual="virtualdirectoy/file.asp" -->
problem is i dont want to specify the name of the virtual directory in my code, cz this name might change when i change the IIS server, any help how i can include virtual a file without writting the name of my virtual directory ?