Skip to main content
Inspiring
July 2, 2008
Question

including cfm in my asp.net pages

  • July 2, 2008
  • 1 reply
  • 481 views
I'm trying to include my .cfm pages within my asp.net pages.

If I use an ASP include my cfm just gets included as text:
<!-- #include virtual="mypage.cfm" -->

and the same result in my aspx pages:
<asp:content id="thisID" contentplaceholderid="Main" runat="server">
<!-- #include virtual="mypage.cfm" -->
</asp:content>

Does anyone know is there a way to include my cfm pages (coded) within asp pages so the CF code gets parsed as I want it to?

This topic has been closed for replies.

1 reply

Inspiring
July 3, 2008
Write webservices in coldfusion and invoke them in asp.