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

RE: SSI: Including other script languages by sridevig

sridevig
Sun May 09 11:03:54 CDT 2004

Hi Karl
You can try adding an application mapping for cfm in IIS explicitly and
check if this works. The reason the include calls are not processed is
becauses the isapi extension ssinc.dll is not aware of how to process cfm
pages. However when a call is made directly to a cfm page, the ColdFusion
engine automatically process the page.
Hope this helps

Thank you,
Sri Govindan [MSFT]
Microsoft IIS
Newsgroup Support
sridevig@online.microsoft.com
"Please do not send email directly to this alias. This is our online
account name for newsgroup participation only."

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2001 Microsoft Corporation. All rights reserved.