Sign in | Join
Last post 04-09-2008 8:25 AM by Mayoorathen. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
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.
We already have a detailed discussion about this at: http://forums.asp.net/t/962989.aspx
but even that thred talks about Blue Dragon. So, this might not be a solution to you. But worth reading the above thread.
Also, read another detailed article from MSDN: http://msdn2.microsoft.com/en-us/library/aa479305.aspx
I'm not aware of any tool to automatically convert CFML to ASP.NET. You basically have two choices: (1) rewrite everything in ASP.NET by hand; or, (2) use BlueDragon to move the existing CFML code onto ASP.NET, and then rewrite or add ASP.NET features as needed. I wrote a blog entry a few months ago that addresses this choice:
http://blog.newatlanta.com/index.cfm?mode=entry&entry=9DFBA97F-124C-10CB-361E10851B5FAB32
Which one to choose depends on the specifics of your situation.
Well.. I am also a CF coder and want to move my code to Asp.net once, but I never used BlueDragon in my life.
But the article was nice.
Thanks.