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
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
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