• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

including cfm in my asp.net pages

Contributor ,
Jul 02, 2008 Jul 02, 2008

Copy link to clipboard

Copied

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?

TOPICS
Advanced techniques

Views

408

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 02, 2008 Jul 02, 2008

Copy link to clipboard

Copied

LATEST
Write webservices in coldfusion and invoke them in asp.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation