Insert the raw contents of a specified file anywhere within an ASP+ application file.
<!-- #include pathtype = filename -->
Parameters
File | The file name is a relative path from the directory containing the file with the #include directive. The included file can be in the same directory or in a subdirectory; it cannot be in a directory above the file with the #include directive. |
Virtual | The file name is a full virtual path from a virtual directory on your Web site. |
Remarks
The included file is processed before any dynamic code is executed (much like a C pre-processor).
The #include tag must use HTML/XML comment delimiters to avoid being interpreted as static text.
Example
[To be supplied.]
See Also
ASP+ Application File Syntax