<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from Cold Fusion to ASP.NET</title><link>http://forums.asp.net/49.aspx</link><description>Discuss moving from Cold Fusion to ASP.NET.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Using ASP.NET on a ColdFusion Hosted Server</title><link>http://forums.asp.net/thread/2289332.aspx</link><pubDate>Thu, 10 Apr 2008 14:43:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2289332</guid><dc:creator>mlasell</dc:creator><author>mlasell</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2289332.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2289332</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Check out ColdFusion 8. Supposedly it can directly reference ASP.NET objects as opposed to only consuming ASP.Web services.&lt;/p&gt;&lt;p&gt;They also claim it&amp;#39;s&amp;nbsp; performance has dramatically improved.&lt;/p&gt;&lt;p&gt;I am at a company that is running a ColdFusion website and everything else is on ASP.NET.&lt;/p&gt;&lt;p&gt;Having worked with both I am going to recommend that they convert the website to ASP.NET and continue to run CF8 for some great features - PDF generation and Flash charting among others.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Using ASP.NET on a ColdFusion Hosted Server</title><link>http://forums.asp.net/thread/1885873.aspx</link><pubDate>Fri, 31 Aug 2007 00:37:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1885873</guid><dc:creator>vinceb</dc:creator><author>vinceb</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1885873.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1885873</wfw:commentRss><description>&lt;p&gt;You can also take a look at BlueDragon.NET, which is a ColdFusion interpreter and runtime written for ASP.NET. It will run your (or your vendor&amp;#39;s) ColdFusion application with little or no modification, and provides full integration with ASP.NET. BlueDragon.NET is being used by MySpace.com to migrate from ColdFusion to .NET.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1448"&gt;http://www.iis.net/downloads/default.aspx?tabid=34&amp;amp;g=6&amp;amp;i=1448&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.newatlanta.com/products/bluedragon/index.cfm"&gt;http://www.newatlanta.com/products/bluedragon/index.cfm&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Using ASP.NET on a ColdFusion Hosted Server</title><link>http://forums.asp.net/thread/1869076.aspx</link><pubDate>Tue, 21 Aug 2007 14:45:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1869076</guid><dc:creator>ZLA</dc:creator><author>ZLA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1869076.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1869076</wfw:commentRss><description>&lt;p&gt;Thank you EDM. To answer your last question, I am building a web app that may have to integrate with Cold Fusion apps that my client has purchased from another vendor. Those apps are hosted externally by the vendor but we may eventually have to host those or additional apps on our own server. The vendor has indicated that some integration will be possible via web services but other functionality may require native CF.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Using ASP.NET on a ColdFusion Hosted Server</title><link>http://forums.asp.net/thread/1868887.aspx</link><pubDate>Tue, 21 Aug 2007 13:24:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1868887</guid><dc:creator>TheEvilDarthMaul</dc:creator><author>TheEvilDarthMaul</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1868887.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1868887</wfw:commentRss><description>&lt;p&gt;Cold Fusion can coexist in the same server with ASP.NET. They are different technologies that are controlled by different frameworks. (Cold Fusion is a Java-based product, so it depends on Java Runtime,&lt;br /&gt;while&amp;nbsp; ASP.NET relies on Framework.NET )&lt;/p&gt;&lt;p&gt;&amp;quot;... are there any gotchas I should be concerned about?&amp;quot; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Yes, there are some gotchas, particularly with Cold Fusion. It is well known that Cold Fusion is a resource hog. So, if your Cold Fusion app is resource intensive, you are more likely to get performance problems and more frequent server reboots. &lt;/p&gt;&lt;p&gt;&amp;quot;How easy is it for CF and ASPX pages to &amp;quot;talk&amp;quot; to each other?&amp;quot;&lt;/p&gt;&lt;p&gt;I dont know exactly what do you mean with &amp;quot;talk&amp;quot;, but I can assume that you refer to Cold Fusion pages exchanging data and/or events with ASP.NET pages. In this case is not possible (not that I know of) to do this, unless there is some intermediary like XML or some other data exchange format.&lt;/p&gt;&lt;p&gt;&amp;quot;How easy is it for CF and ASPX to expose webservices that can be used by the other type of page?&amp;quot;&lt;/p&gt;&lt;p&gt;Cold Fusioon has some very rudimentary tools to expose web services and XML data. Of course, once the data is avaiable in XML data it can be consumed by almost any decent application, including ASP.NET apps.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;quot;Other issues?&amp;quot;&lt;/p&gt;&lt;p&gt;Why do you want to have ASP.NET in the server with Cold Fusion? Why Cold Fusion at all?&lt;/p&gt;&lt;p&gt;HTH....&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Using ASP.NET on a ColdFusion Hosted Server</title><link>http://forums.asp.net/thread/1862192.aspx</link><pubDate>Thu, 16 Aug 2007 20:32:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1862192</guid><dc:creator>ZLA</dc:creator><author>ZLA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1862192.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1862192</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not very familiar with ColdFusion. If a web server supports ColdFusion, can it also support ASP.NET for the same web site?&lt;/p&gt;
&lt;p&gt;Assuming it can, are there any gotchas I should be concerned about?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;How easy is it for CF and ASPX pages to &amp;quot;talk&amp;quot; to each other? &lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;How easy is it for CF and ASPX to expose webservices that can be used by the other type of page?&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Other issues?&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;</description></item></channel></rss>