Welcome to the reference pages for server-side include directives. You can use server-side include directives to include the contents of a file into an HTML page and to include information about a file, such as its size. You can also use some server-side include directives in ASP pages.
This section contains:
- #config: Specifies the format used for error messages, dates, and file sizes returned to the client browser.
- #echo: Inserts the value of an environment variable into an HTML page.
- #exec: Runs an application or a shell command and inserts the output into an HTML page.
- #flastmod: Inserts the file modification time into an HTML page.
- #fsize: Inserts the file size into an HTML page.
- #include: Includes a file in an HTML or ASP page.
This section does not contain information on:
- Procedures that describe how to enable the processing of SSI directives and how to insert them into a file; see Server-Side Includes.
© 1997 by Microsoft Corporation. All rights reserved.