include| difference between include file and #include virtual
May 23, 2001
Include file can be described with a relative path or a combination of the full path and file name
such as: file= ". \script\my.inc "file=". /script/my.inc "
It's strange to be able to file= ". /script\my.inc "also by compiling
His prohibition: is not to be represented by an absolute path
such as: file= "/script/my.inc"
For virtual, you can use a dashed absolute path to represent
Virtual= "/yousite/script/my.inc"
Raintung
2001.5.4
But in the programming of asp3.0,
About virtual can use the relative path of the suppressed, I never verified success, but also hope that there
People to guide
such as <!--#include virtual= ". /script/my.inc "-->????
The results show that: (1) slash or backslash is irrelevant
(2) file except the full path can not be expressed, and virtual is just the opposite