[This is preliminary documentation and subject to change]

Server-Side Includes Reference

You can use Server-Side Include (SSI) directives to perform certain tasks in static Web pages. Static Web pages execute slightly faster than ASP pages on a large scale. With SSI directives, you can include the contents of a file in a Web page, include information about a file, include server variables, or include the output from executables like CGI files and ISAPI apps.

With the exception of including executables, all of these tasks can be performed with ASP script. If you need to use ASP script for other tasks in a Web page, you will need to use the ASP solutions for these tasks. With the exception of the #include directive, you cannot mix SSI directives with ASP script.

note Note    The server-side time and date functions use the language set by the C library locale rather than the operating system locale. The C library locale is usually set to English.

In this section:


© 1997-2001 Microsoft Corporation. All rights reserved.