<?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 ASP to ASP.NET</title><link>http://forums.asp.net/29.aspx</link><description>Discuss moving from classic ASP to ASP.NET. </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3293407.aspx</link><pubDate>Tue, 14 Jul 2009 21:29:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3293407</guid><dc:creator>satwant17</dc:creator><author>satwant17</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3293407.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3293407</wfw:commentRss><description>&lt;p&gt;http://www.netcoole.com/asp2aspx.htm&lt;/p&gt;&lt;p&gt;this is a expensive solution but it works&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3180475.aspx</link><pubDate>Fri, 22 May 2009 09:21:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3180475</guid><dc:creator>Mr^B</dc:creator><author>Mr^B</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3180475.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3180475</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;chandrashekarthota:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;Curt,&lt;/p&gt;
&lt;p&gt;I am sorry for my reply. After googling i finally found its hard to get a tool.&lt;/p&gt;
&lt;p&gt;With your words I am really planning to Create a converter. Any plans to join me..?&lt;/p&gt;
&lt;p&gt;I will start researching common things in both asp and asp.net which can be replaced and for&amp;nbsp;functional things and like to store them in database and retrive them with some extra tough logic.&lt;/p&gt;
&lt;p&gt;Thanks in advance if you join me.&lt;/p&gt;
&lt;p&gt;Chandra Shekar Thota&lt;/p&gt;
&lt;p&gt;Visual Developer Asp.Net MVP(since 2006)&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Microsoft themselves gave up on the converter as the two frameworks (if you can call Classic ASP a framework) as just so vastly different that it&amp;#39;s just not worth the effort.&lt;/p&gt;&lt;p&gt;There&amp;#39;s almost nothing common between asp and asp.net - and the things that are have multiple implementations in asp.net.&lt;/p&gt;&lt;p&gt;Take something simple, like a page with a load of inline &amp;lt;%= variable %&amp;gt; tags - how do you start converting that to use labels? How do you give the labels a meaningful name?&lt;/p&gt;&lt;p&gt;Besides which a straight no-fuss automated migration of asp to asp.net will not yield ANY benefits at all, you might as well keep it in classic ASP, and in many ways the asp.net version will be inferior:&lt;/p&gt;&lt;p&gt;1. Non-optimal use of framework&lt;/p&gt;&lt;p&gt;2. automatically generated variable names lead to code which is hard to read and even harder to understand&lt;br /&gt;&lt;/p&gt;&lt;p&gt;3. it&amp;#39;ll be undocumented&lt;/p&gt;&lt;p&gt;4. if it&amp;#39;s automated no-one will really understand what the new code is doing.&lt;/p&gt;&lt;p&gt;If you check this forum, there&amp;#39;s always people wanting a short-cut from classic to .net - and it&amp;#39;s just not going to happen - it&amp;#39;s not an upgrade, it&amp;#39;s a whole new way of writing web applications.&lt;/p&gt;&lt;p&gt;This may sound like a problem, but it isn&amp;#39;t really - if you have a really large classic asp application that needs supporting, then just support it, classic asp support from Microsoft isn&amp;#39;t going to go away any time soon...&lt;/p&gt;&lt;p&gt;&lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173558.aspx</link><pubDate>Tue, 19 May 2009 20:35:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173558</guid><dc:creator>chandrashekarthota</dc:creator><author>chandrashekarthota</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173558.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173558</wfw:commentRss><description>&lt;p&gt;Curt,&lt;/p&gt;
&lt;p&gt;I am sorry for my reply. After googling i finally found its hard to get a tool.&lt;/p&gt;
&lt;p&gt;With your words I am really planning to Create a converter. Any plans to join me..?&lt;/p&gt;
&lt;p&gt;I will start researching common things in both asp and asp.net which can be replaced and for&amp;nbsp;functional things and like to store them in database and retrive them with some extra tough logic.&lt;/p&gt;
&lt;p&gt;Thanks in advance if you join me.&lt;/p&gt;
&lt;p&gt;Chandra Shekar Thota&lt;/p&gt;
&lt;p&gt;Visual Developer Asp.Net MVP(since 2006)&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173499.aspx</link><pubDate>Tue, 19 May 2009 20:03:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173499</guid><dc:creator>Curt_C</dc:creator><author>Curt_C</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173499.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173499</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;chandrashekarthota:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;I checked this link &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.15seconds.com/News/News.asp?News_Id=550"&gt;http://www.15seconds.com/News/News.asp?News_Id=550&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Being a MVP you should know this. Please suggest if such tool exist.&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;1) it doesnt work well and &lt;/p&gt;
&lt;p&gt;2) you are out of line with such a comment. I wish you the best in future endeavors but you will receive no assistance from me again.&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173436.aspx</link><pubDate>Tue, 19 May 2009 19:27:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173436</guid><dc:creator>budugu</dc:creator><author>budugu</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173436.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173436</wfw:commentRss><description>&lt;p&gt;Here you go..But it has some limitations.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.asp.net/downloads/archived/migration-assistants/asp-to-aspnet/"&gt;http://www.asp.net/downloads/archived/migration-assistants/asp-to-aspnet/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms973813.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms973813.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173414.aspx</link><pubDate>Tue, 19 May 2009 19:18:52 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173414</guid><dc:creator>chandrashekarthota</dc:creator><author>chandrashekarthota</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173414.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173414</wfw:commentRss><description>&lt;p&gt;I checked this link &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.15seconds.com/News/News.asp?News_Id=550"&gt;http://www.15seconds.com/News/News.asp?News_Id=550&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Being a MVP you should know this. Please suggest if such tool exist.&lt;/p&gt;</description></item><item><title>Re: Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173403.aspx</link><pubDate>Tue, 19 May 2009 19:13:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173403</guid><dc:creator>Curt_C</dc:creator><author>Curt_C</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173403.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173403</wfw:commentRss><description>&lt;p&gt;nope....&lt;/p&gt;
&lt;p&gt;1) rewrite it.&lt;br /&gt;2) pay somone to rewrite it.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s about it........&lt;/p&gt;</description></item><item><title>Any tool to convert asp code to asp.net code?</title><link>http://forums.asp.net/thread/3173384.aspx</link><pubDate>Tue, 19 May 2009 18:59:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173384</guid><dc:creator>chandrashekarthota</dc:creator><author>chandrashekarthota</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3173384.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=29&amp;PostID=3173384</wfw:commentRss><description>&lt;p&gt;Do we hav any tool to convert asp code to asp.net code?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please suggest ....&lt;/p&gt;</description></item></channel></rss>