When writing ASP programs, you usually use <!--#includevirtual/file="path/filename"--> to nest a relatively independent file code into the current page.
When using "file", the relative path is used after the equal sign. When using "virtual", the absolute path is used after the equal sign. Many people don't know that virtual contains an absolute path.