Hello,
is it possible to include other script languages like PHP oder CFM in a
server side include
file on IIS?
Example:
The statement:
<!--#include virtual="/ssi/test.cfm"-->
will output the source code of the cfm file (example:
"<cfoutput>test</cfoutput>") instead
of the result ("test").
Calling "/ssi/test.cfm" will work fine.
Someone said, that Apache can process this, but I don't know it. Can IIS 6.0
process this?
System: IIS6 / ColdFusion MX 6.1
Kind regards
Karl-Heinz