<?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>How to Open ColdFusion (.cfm) page into Visual Studio 2005</title><link>http://forums.asp.net/thread/3503966.aspx</link><pubDate>Tue, 10 Nov 2009 10:55:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3503966</guid><dc:creator>sameer.on</dc:creator><author>sameer.on</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3503966.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=3503966</wfw:commentRss><description>&lt;p&gt;I am having an application which is built&amp;nbsp;using &amp;nbsp;ColdFusion 8 and DreamWeaver 6. can some one tell me how do i &lt;/p&gt;
&lt;p&gt;add the .cfm page into my asp.net 2.0&lt;/p&gt;</description></item><item><title>Debugging in cold fusion and .net</title><link>http://forums.asp.net/thread/3418201.aspx</link><pubDate>Tue, 22 Sep 2009 07:58:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3418201</guid><dc:creator>civilizedbeast</dc:creator><author>civilizedbeast</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3418201.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=3418201</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;In cold fusion we have a debugger where we can see the stored procedure execution with input parameters (along with the execution time &amp;amp; records returned). Do we have anything similar in .net world?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>Sharing/passing Data between coldfusion and asp.net</title><link>http://forums.asp.net/thread/1160722.aspx</link><pubDate>Fri, 06 Jan 2006 05:06:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1160722</guid><dc:creator>kamii47</dc:creator><author>kamii47</author><slash:comments>14</slash:comments><comments>http://forums.asp.net/thread/1160722.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1160722</wfw:commentRss><description>Hello,&lt;br /&gt;I have to make a product detail page(as a demo) in asp.net for a coldfusion application.&lt;br /&gt;Is there a good example of passing/sharing session,cookies query string e.t.c data from coldfusion to asp.net and then asp.net to coldfusion.&lt;br /&gt;Please provide a lik for working example(not articles)&lt;br /&gt;</description></item><item><title>convert coldfussion code to asp.net (vb or c#) also to asp</title><link>http://forums.asp.net/thread/3314270.aspx</link><pubDate>Mon, 27 Jul 2009 09:57:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3314270</guid><dc:creator>susain</dc:creator><author>susain</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3314270.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=3314270</wfw:commentRss><description>&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;Can you please convert this coldfussion code to vb or c#.net also to asp&lt;/p&gt;
&lt;p&gt;&amp;lt;cfparam name=&amp;quot;destinationemail&amp;quot; default=&amp;quot;&lt;a href="mailto:test@test.com"&gt;test@test.com&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;cfparam name=&amp;quot;emailheader&amp;quot; default=&amp;quot;Contact Form&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;CFMAIL SERVER=&amp;quot;info:test@test.com&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;FROM=&amp;quot;#email#&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO=&amp;quot;#destinationemail#&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject=&amp;quot;#emailheader#&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type=&amp;quot;HTML&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;b&amp;gt;Name:&amp;lt;/b&amp;gt; #name# &amp;lt;br&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;b&amp;gt;Email:&amp;lt;/b&amp;gt; #email# &amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;b&amp;gt;Phone:&amp;lt;/b&amp;gt; #phone#&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;b&amp;gt;Questions / Comments:&amp;lt;/b&amp;gt; #comments#&amp;lt;br&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;lt;/CFMAIL&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;lt;cflocation url=&amp;quot;&lt;a href="http://www.xyz.com/"&gt;http://www.xyz.com&lt;/a&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mohammed Farooq&lt;/p&gt;</description></item><item><title>Posting form data from asp.net to cfm page</title><link>http://forums.asp.net/thread/3284292.aspx</link><pubDate>Thu, 09 Jul 2009 17:29:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3284292</guid><dc:creator>nandersen</dc:creator><author>nandersen</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3284292.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=3284292</wfw:commentRss><description>&lt;p&gt;I am in the process of converting a page over to asp.net from cfm.&amp;nbsp; It then needs to&amp;nbsp;Post form&amp;nbsp;data to an old cfm page that I do not have the ability to access.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The problem I run into is that the form variables name gets changed by .net since the page is inside a master page i.e (ct100_contentPlaceholder_mytextbox).&amp;nbsp; I&amp;#39;ve already asked and been told that I cannot remove the master page.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been trying to build my own request/response like the example here &lt;a href="http://dotnet.sys-con.com/node/45127"&gt;http://dotnet.sys-con.com/node/45127&lt;/a&gt;&amp;nbsp;but our pages implement some form of security and evertime I make the request I just get our login page back.&amp;nbsp; Any help would be greatly appreciated.&lt;/p&gt;</description></item><item><title>How to use the C# or VB.NET code into the coldfusion</title><link>http://forums.asp.net/thread/3150886.aspx</link><pubDate>Fri, 08 May 2009 14:49:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3150886</guid><dc:creator>dilip12</dc:creator><author>dilip12</author><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/3150886.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=3150886</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am a .Net developer and recently i am working with the coldfusion project with one of the multination company. I am encoraged to give new ideas.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My thougt is---is there any way to use the class files or the pre-compiled .net code to the coldfusion. i want to use most of my coding&amp;nbsp;i.e, core functionality&amp;nbsp;in .net and use only the calls and the html in coldfusion.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea will be greatly appriciated&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;D&lt;/p&gt;</description></item><item><title>Updating an vb.net website from a coldfusion intranet server</title><link>http://forums.asp.net/thread/2984352.aspx</link><pubDate>Thu, 05 Mar 2009 09:51:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2984352</guid><dc:creator>matthisco</dc:creator><author>matthisco</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2984352.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2984352</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I currently have an intranet using coldfusion and sql server 2005.&lt;/p&gt;&lt;p&gt;My webserver has .net 2.0 and sql server 2005. Does anyone know the best way to transfer data?&lt;/p&gt;&lt;p&gt;When I post a news article to the intranet I would like to it to appear on the website too.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I currently use cfftp to ftp an article to the webserver after its posted to the intranet, is ftp using coldfusion over the internet safe?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Could anyone tell me the best way to go about this?&lt;/p&gt;&lt;p&gt;Thankyou &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Excell Spreed Sheet on the fly</title><link>http://forums.asp.net/thread/2940346.aspx</link><pubDate>Fri, 13 Feb 2009 18:39:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2940346</guid><dc:creator>akulla3D</dc:creator><author>akulla3D</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2940346.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2940346</wfw:commentRss><description>Okay, sorry if this is not the right place, but I have a question about Excel spreadsheets.

I work for a pretty big CF House in DC Metro, we create/maint. multiple data collection systems for various Fed Agencies.  I am creating a small reporting intranet in .NET as per new requirements.  Could one of you Guru&amp;#39;s help me out with the below.

Thanks in advance.


In, CF you can create Excel Spreadsheets from and html table with column headers as the Cell header.

All you have to to is output the table to the page, and wrap in with the following call


 

This will create a excel spreadsheet for a client to download.  Now heres my question.

Is it this easy in C# .NET or is there a simple object to call to get this done?  Or, am I doomed to some work around for this.

Thanks 


</description></item><item><title>Can we use K2 verity collection in asp.net 2.0?</title><link>http://forums.asp.net/thread/2758235.aspx</link><pubDate>Thu, 20 Nov 2008 16:09:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2758235</guid><dc:creator>chinnibharath</dc:creator><author>chinnibharath</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2758235.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2758235</wfw:commentRss><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am migrating my project from cold fusion to asp.net,in cold fusion for&amp;nbsp;database and file search we are using &lt;/p&gt;
&lt;p&gt;k2 server,Can we use k2 server in asp.net for database search?&lt;/p&gt;
&lt;p&gt;If so please tell me how i do that...&lt;/p&gt;
&lt;p&gt;Please it&amp;#39;s urgent.....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&amp;amp;Regards&lt;/p&gt;
&lt;p&gt;chinni&lt;/p&gt;</description></item><item><title>Decrypting passwords encrypted using Cold Fusion Encrypt</title><link>http://forums.asp.net/thread/222886.aspx</link><pubDate>Mon, 19 May 2003 12:11:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:222886</guid><dc:creator>Felicity</dc:creator><author>Felicity</author><slash:comments>16</slash:comments><comments>http://forums.asp.net/thread/222886.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=222886</wfw:commentRss><description>How do I decrypt passwords (using ASP .NET ) that have been encrypted using the Cold Fusion Encrypt function and stored in a database? I need to do that in order to authenticate a user. 
&lt;br /&gt;

&lt;br /&gt;
thanks!</description></item><item><title>coldfusion form talking to .net webservice</title><link>http://forums.asp.net/thread/2721306.aspx</link><pubDate>Mon, 03 Nov 2008 16:13:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2721306</guid><dc:creator>jjmonty</dc:creator><author>jjmonty</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2721306.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2721306</wfw:commentRss><description>&lt;p&gt;I am having a problem with a coldfusion form talking to a .net webservice. When the form attempts to talk to the service the coldfusion server spits out:&amp;nbsp;&lt;/p&gt;&lt;font face="Courier" size="2"&gt;
&lt;p&gt;Message: Could not generate stub objects for web service invocation.&lt;/p&gt;
&lt;p&gt;We think that this may be caused by the coldfusion service serving the coldfusion form not having the permissions to talk to the webservice.&lt;/p&gt;
&lt;p&gt;When I test the webservice by itself (using poster in firefox) it returns a 200 so the webservice is working.&lt;/p&gt;
&lt;p&gt;How do we configure the coldfusion server of the page and the IIS for the webservice so the two can talk to each other.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Reference data in a SqlDataSource</title><link>http://forums.asp.net/thread/2710564.aspx</link><pubDate>Tue, 28 Oct 2008 16:44:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2710564</guid><dc:creator>rmosher@wellsfargo.com</dc:creator><author>rmosher@wellsfargo.com</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2710564.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2710564</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m new(er) to asp.net and I&amp;#39;m trying to relate concepts to my ColdFusion background. 
&lt;p&gt;So, if I want to reference a specific peice of data from a dataset and add it to a link in CF I would do something like this:&lt;pre class="coloredcode"&gt;&amp;lt;&lt;span class="tag"&gt;a&lt;/span&gt; href=&amp;quot;http://www.someURL.com?ID=&amp;lt;&lt;span&gt;cfoutput&lt;/span&gt;&amp;gt;#myDataSource.ID#&amp;lt;/cfoutput&amp;gt;&amp;quot;&amp;gt;MyLink&amp;lt;/&lt;span class="tag"&gt;a&lt;/span&gt;&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;How do you do this in asp.net?&amp;nbsp; Isn&amp;#39;t there some way I can just do a Response.Write(&amp;quot;mySqlDataSource.ID&amp;quot;) or something similar?&lt;/p&gt;</description></item><item><title>Coldfusion AES encryption</title><link>http://forums.asp.net/thread/2687345.aspx</link><pubDate>Thu, 16 Oct 2008 14:19:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2687345</guid><dc:creator>charliem123</dc:creator><author>charliem123</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2687345.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2687345</wfw:commentRss><description>&lt;p&gt;Hi all, I saw another post on the subject but it was for a different type of encryption.&lt;/p&gt;
&lt;p&gt;Anyway, we have some values that are stored in our database using the Coldfusion ecrypt() function. We are using AES and Hex. it looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;cfset Variables.THE_VALUE_ENCRYPTED = Encrypt(&amp;quot;#ARGUMENTS.THE_VALUE#&amp;quot;,&amp;quot;#Variables.ENCRYPT_KEY#&amp;quot;,&amp;quot;AES&amp;quot;,&amp;quot;Hex&amp;quot;)&amp;gt;&lt;/p&gt;
&lt;p&gt;The key is 24 bit. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;For the life of us, we can&amp;#39;t find any way to decrypt this in .net. Can someone offer some guidance? IT would be greatly appreciated.&lt;/p&gt;</description></item><item><title>Can we catch coldfusion session object in asp.net application..</title><link>http://forums.asp.net/thread/2552155.aspx</link><pubDate>Tue, 12 Aug 2008 10:04:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2552155</guid><dc:creator>chinnibharath</dc:creator><author>chinnibharath</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2552155.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2552155</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are migrating coldfusion website to asp.net2.0,in the process we are moving module by module,&lt;/p&gt;
&lt;p&gt;until every thing&amp;nbsp;is finished in asp.net,we&amp;nbsp;have to interact&amp;nbsp; with coldfusion&amp;nbsp;in asp.net.&lt;/p&gt;
&lt;p&gt;Can any one please tell me how to access session created in coldfusion can be accessed in asp.net..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Please It&amp;#39;s urgent...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&amp;amp;Regards&lt;/p&gt;
&lt;p&gt;Bharath&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Cold Fusion</title><link>http://forums.asp.net/thread/2466569.aspx</link><pubDate>Fri, 04 Jul 2008 02:41:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2466569</guid><dc:creator>Jim.Smith</dc:creator><author>Jim.Smith</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2466569.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2466569</wfw:commentRss><description>&lt;p&gt;As my company has just been bought by a Microsoft partner, we are being forced to migrate to .NET. Could somebody out there who knows both CF and ASP explain why in the world you would choose ASP over Cold Fusion? &lt;/p&gt;
&lt;p&gt;Thanks, &lt;/p&gt;
&lt;p&gt;Jim Simth&lt;/p&gt;</description></item><item><title>Consuming ColdFusion Web Service in ASP.NET(VB)</title><link>http://forums.asp.net/thread/2432568.aspx</link><pubDate>Thu, 19 Jun 2008 02:04:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2432568</guid><dc:creator>Vyas_CTI</dc:creator><author>Vyas_CTI</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2432568.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2432568</wfw:commentRss><description>&lt;div id="inbdy"&gt;&lt;br /&gt;
&lt;p&gt;I am trying to consume web service written in ColdFusion from asp.net &lt;br /&gt;(VB) page. I am using ASP.Net 2.0. I have added web reference and &lt;br /&gt;defined instance of that web service and used one of its methods. But &lt;br /&gt;it gives me error : &lt;br /&gt;&amp;quot;Unable to automatically step into the server. Connecting to the &lt;br /&gt;server machine &amp;#39;10.21.13.13&amp;#39; failed. The Microsoft Visual Studio &lt;br /&gt;Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running &lt;br /&gt;on the remote computer.&amp;quot; &lt;br /&gt;
&lt;p&gt;I don&amp;#39;t understand what to do because web service is working fine with &lt;br /&gt;other application.&amp;nbsp; Web service is written in WSDL.&lt;br /&gt;
&lt;p&gt;Have anyone tried to consume a web service written in ColdFusion from &lt;br /&gt;an asp.net page? A sample code or any hint will be very helpful! &lt;br /&gt;
&lt;p&gt;Thanks in advance! &lt;br /&gt;
&lt;p&gt;SV &lt;br /&gt;&lt;/p&gt;&lt;/div&gt;</description></item><item><title>ColdFusion to SharePoint migration</title><link>http://forums.asp.net/thread/2416399.aspx</link><pubDate>Wed, 11 Jun 2008 14:16:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2416399</guid><dc:creator>rkamathm</dc:creator><author>rkamathm</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2416399.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2416399</wfw:commentRss><description>&lt;p&gt;What options are available to&amp;nbsp;migrate&amp;nbsp;ColdFusion website to SharePoint?&lt;/p&gt;
&lt;p&gt;If I use&amp;nbsp;BlueDragon.NET to re-deploy the site&amp;nbsp;on .NET framework,&amp;nbsp;how easily can I move the website to SharePoint?&amp;nbsp;Would it be possible to make any changes on the ColdFusion pages from SharePoint?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thank you!&lt;/p&gt;</description></item><item><title>Convert Coldfusion pages to ASP.NET</title><link>http://forums.asp.net/thread/1198224.aspx</link><pubDate>Tue, 14 Feb 2006 21:36:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1198224</guid><dc:creator>Yubo</dc:creator><author>Yubo</author><slash:comments>17</slash:comments><comments>http://forums.asp.net/thread/1198224.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=1198224</wfw:commentRss><description>&lt;p&gt;I'm recently assigned a major project of migrating an existing Coldfusion application to ASP.NET. I started by converting inline queries to Sql stored procedures and proceed to convert cfm pages to aspx one by one. Are there any good guidence to follow in this practice? Any good recommendations of facilitating tools would be appreciated. &lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;
&lt;p&gt;Yubo&lt;/p&gt;</description></item><item><title>ColdFusion REFindNoCase</title><link>http://forums.asp.net/thread/2174127.aspx</link><pubDate>Thu, 14 Feb 2008 20:47:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2174127</guid><dc:creator>Rashid533</dc:creator><author>Rashid533</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2174127.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2174127</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Does anyone know the ColdFusion&amp;#39;s function &amp;#39;REFindNoCase&amp;#39;&amp;nbsp; equivalent in C# and how to use it? I am migrating code from ColdFusion to ASP.NET in C#. So please help me out here.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Rashid&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>4</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><item><title>Looking for a CF to ASP.net Conversion program</title><link>http://forums.asp.net/thread/2055936.aspx</link><pubDate>Wed, 12 Dec 2007 18:48:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2055936</guid><dc:creator>cpowers</dc:creator><author>cpowers</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2055936.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2055936</wfw:commentRss><description>&lt;p&gt;I have a CF application I am looking for a asp.net conversion tool does any one out htere know of any I kn ow of a couple that are for asp but not .net. I have heard of BD.net but am not sure this is what I want to do.&lt;/p&gt;</description></item><item><title>List of all query execution times for a page</title><link>http://forums.asp.net/thread/2177885.aspx</link><pubDate>Sat, 16 Feb 2008 23:08:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2177885</guid><dc:creator>usp</dc:creator><author>usp</author><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2177885.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2177885</wfw:commentRss><description>&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;Does anyone know how to get a list of all the database queries that were executed for a given page request, like is shown at the bottom of ColdFusion pages when debug output is turned on? I would also like to see execution times. This would be much more convenient than running a SQL Profiler trace, and also hopefully more accurate since it will account for the overhead of loading data into the application, not just the database query time. I am using VB.NET with ASP.NET 2.0&lt;/font&gt;&lt;/p&gt;</description></item><item><title>newb coming from CF</title><link>http://forums.asp.net/thread/2096734.aspx</link><pubDate>Tue, 08 Jan 2008 13:39:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2096734</guid><dc:creator>lukenukum</dc:creator><author>lukenukum</author><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2096734.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2096734</wfw:commentRss><description>&lt;p&gt;hi folks,&lt;/p&gt;
&lt;p&gt;im finally making the plunge and learning asp.net bit by bit (quite literally it feels sometimes!). i&amp;nbsp;am (or was)&amp;nbsp;diehard coldfusion developer but am moving into asp.net to up my skillset and hopefully become more object oriented.&lt;/p&gt;
&lt;p&gt;being someone who&amp;#39;s used to just wacking open a .cfm&amp;nbsp;page and working top to bottom with a fusebox type methodology im finding it a little difficult to get my head round some of the very basic foundations of the way the server works... my head keeps going back to &amp;quot;well in coldfusion i&amp;#39;d do it like this, whats all this extra stuff, hmmm, am i putting this in the&amp;nbsp;ideal place for the job&amp;quot;.&lt;br /&gt;&lt;br /&gt;im working on a basic web app with a code-behind page...&lt;/p&gt;
&lt;p&gt;a) i&amp;#39;ve got a web.config page with a connection string it... is this where i would store such things&amp;nbsp;as session variables? ie - is the web.config available all the time to the app, or just when the page is&amp;nbsp;first called?&lt;br /&gt;b) at the moment i seem to be putting everything into the&amp;nbsp;Page_Load subroutine (my old top&amp;nbsp;to bottom approach)&amp;nbsp;- is this good normal practice or indeed required?&lt;br /&gt;c) do SqlDataReaders only work when the SqlConnection is open or&amp;nbsp;is the output cached anywhere?&amp;nbsp;cf would hold a resultset which you could pull at anypoint on the page.&lt;br /&gt;d) how do you know if your page has too cumbersome and needs breaking up into new pages?&lt;br /&gt;&lt;br /&gt;oh dear, so many questions have i!&lt;/p&gt;
&lt;p&gt;i&amp;#39;ll call it a day there - any advice, tips, basic&amp;nbsp;methodolgy, diagrams, alcohol etc&amp;nbsp;for a cf developer making the move greatly appreciated!!!&lt;br /&gt;&lt;br /&gt;cheers,&lt;/p&gt;
&lt;p&gt;Luke&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Migrate CF to asp.net2</title><link>http://forums.asp.net/thread/2099170.aspx</link><pubDate>Wed, 09 Jan 2008 13:44:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2099170</guid><dc:creator>shaunavon</dc:creator><author>shaunavon</author><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/2099170.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=2099170</wfw:commentRss><description>&lt;p&gt;Is there a software that can convert or translate a coldfusion page to asp.net in populating a treeview hierarchy with radio buttons?&amp;nbsp; If you like i could send you the coldfusion page that i want to change to a asp.net C# page.&lt;/p&gt;</description></item><item><title>Comparison: Cold Fusion vs. ASP.NET</title><link>http://forums.asp.net/thread/75749.aspx</link><pubDate>Mon, 28 Oct 2002 14:24:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:75749</guid><dc:creator>RHoward</dc:creator><author>RHoward</author><slash:comments>40</slash:comments><comments>http://forums.asp.net/thread/75749.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=49&amp;PostID=75749</wfw:commentRss><description>ComputerJobs.com moved from Cold Fusion to ASP.NET and reports gains in performance (4x), productivity, and server efficiency.
&lt;br /&gt;

&lt;br /&gt;
Full document:
&lt;br /&gt;
&lt;a target="_new" href="http://www.asp.net/faq/ComputerJobsCFtoASPNET.pdf"&gt;Computer Jobs - Realizing the Benefit of .NET&lt;/a&gt;</description></item></channel></rss>