|
#INCLUDEing an absolute pathname??
I feel like a boob, but how do I get a number of websites on a single server to share a common library of asp files? I've tried every variation on #INCLUDE I can find reference to, but to no avail.
What I'd most like to be able to do is simply #INCLUDE an actual disk pathname, e.g.:
<!-- #INCLUDE FILE = "C:\MyASPLib\includethis.asp" -->
But this always gives me the error that the file cannot be found, even though I can confirm that the path is correct.
Is anything like this possible?
thanks.
Jeff
Last edited by Composer; 08-18-2002 at 11:53 PM..
|