Forum Moderators: open
Is there a way to do this on a windows server as well? And without server permissions? For example, for the example above, one only needs access to the public_html folder to accomodate the need.
Thank you.
There are two ways to call your includes:
<!--#include virtual="filename.asp"-->
<!--#include file ="filename.asp"-->
virtual is for using virtual directories (/include/filename.asp)
file is relative path (../filename.asp, ./filename.asp, filename.asp)
I do not believe there is a directive in IIS to create a default include directory.