Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

INFO: Server Side Include Directives Are Not Processed by ASP


View products that this article applies to.

Summary

When attempting to process a Server Side Include (SSI) directive within an Active Server Pages (ASP) file, the only directive type that will be processed is the #INCLUDE directive. Other directives such as #EXEC are not supported by ASP.

↑ Back to the top


More information

If the page containing your source code has a file extension of .asp, then it will be processed by Asp.dll. Asp.dll and Ssinc.dll do not interact; therefore, SSI directives will not be processed by Ssinc.dll. The only SSI directive that will be processed by Asp.dll is the #INCLUDE directive.

NOTE: The other SSI directives are: #CONFIG, #ECHO, #EXEC, #FLASTMOD, and #FSIZE.

↑ Back to the top


References

For the latest Knowledge Base artices and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

↑ Back to the top


Keywords: kbnosurvey, kbarchive, kbinfo, kbscript, kbwebserver, KB172024

↑ Back to the top

Article Info
Article ID : 172024
Revision : 7
Created on : 1/10/2015
Published on : 1/10/2015
Exists online : False
Views : 318