It's not possible to do this with ColdFusion. However, you can use BlueDragon.NET (a CFML server alternative to ColdFusion), which offers multiple ways to integrate CFML and ASP.NET code; for example:
- use CFOBJECT to create and invoke .NET objects - use <CFINCLUDE PAGE="myPage.aspx"> to include ASP.NET pages within CFML pages You can download the latest pre-release version of BlueDragon.NET from: http://www.newatlanta.com/c/products/bluedragon-beta/download/home Also, be sure to review the BlueDragon.NET user guide; a PDF version is included with the installer; it's also available online: http://www.newatlanta.com/products/bluedragon/self_help/docs/6_2/BlueDragon_ 62_CFML_on_ASP_NET.pdf Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com > -----Original Message----- > From: Asim Manzur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 16, 2005 4:59 PM > To: CF-Talk > Subject: way to import the C-Sharp code in ColdFusion. > > I am converting an application from ASP.NET to coldfusion. I > was wondering that is there anyway that I can import the > C-Sharp codes into the coldfusion template. > > Like usually in > ASP we do #include "filename > CFM we do <cfinlcude > ASP.NET some ppl use behind code technique. which is <%@ Page > language="c#" Codebehind="MyFile.aspx.cs" > AutoEventWireup="false" Inherits="PFP.CreateUserDocument" %> > > > How is this possible to do in coldfusion, is it something > which I need to use and register the COM Object?? > > Am I going to the right path? > > -- > Regards, > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195123 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

