Any tool to convert asp code to asp.net code?

Last post 07-14-2009 5:29 PM by satwant17. 7 replies.

Sort Posts:

  • Any tool to convert asp code to asp.net code?

    05-19-2009, 2:59 PM

    Do we hav any tool to convert asp code to asp.net code?

     

    Please suggest ....

  • Re: Any tool to convert asp code to asp.net code?

    05-19-2009, 3:13 PM
    • All-Star
      48,894 point All-Star
    • Curt_C
    • Member since 07-23-2003, 8:27 PM
    • Plover, WI - USA
    • Posts 5,322
    • Moderator
      TrustedFriends-MVPs

    nope....

    1) rewrite it.
    2) pay somone to rewrite it.

    That's about it........

    Blatant Self-Promotion: Book Released - ASP.Net CMS Development
  • Re: Any tool to convert asp code to asp.net code?

    05-19-2009, 3:18 PM

    I checked this link

    http://www.15seconds.com/News/News.asp?News_Id=550

     

    Being a MVP you should know this. Please suggest if such tool exist.

  • Re: Any tool to convert asp code to asp.net code?

    05-19-2009, 3:27 PM
    • All-Star
      23,400 point All-Star
    • budugu
    • Member since 01-12-2006, 2:15 PM
    • North Carolina
    • Posts 3,517
    Vijay Kodali || My Blog


    "Don't be afraid to be wrong; otherwise you'll never be right."
  • Re: Any tool to convert asp code to asp.net code?

    05-19-2009, 4:03 PM
    • All-Star
      48,894 point All-Star
    • Curt_C
    • Member since 07-23-2003, 8:27 PM
    • Plover, WI - USA
    • Posts 5,322
    • Moderator
      TrustedFriends-MVPs

    chandrashekarthota:

    I checked this link

    http://www.15seconds.com/News/News.asp?News_Id=550

     

    Being a MVP you should know this. Please suggest if such tool exist.

    1) it doesnt work well and

    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.

    Blatant Self-Promotion: Book Released - ASP.Net CMS Development
  • Re: Any tool to convert asp code to asp.net code?

    05-19-2009, 4:35 PM

    Curt,

    I am sorry for my reply. After googling i finally found its hard to get a tool.

    With your words I am really planning to Create a converter. Any plans to join me..?

    I will start researching common things in both asp and asp.net which can be replaced and for functional things and like to store them in database and retrive them with some extra tough logic.

    Thanks in advance if you join me.

    Chandra Shekar Thota

    Visual Developer Asp.Net MVP(since 2006)

  • Re: Any tool to convert asp code to asp.net code?

    05-22-2009, 5:21 AM
    • Star
      12,082 point Star
    • Mr^B
    • Member since 02-12-2006, 11:38 AM
    • Posts 2,145

    chandrashekarthota:

    Curt,

    I am sorry for my reply. After googling i finally found its hard to get a tool.

    With your words I am really planning to Create a converter. Any plans to join me..?

    I will start researching common things in both asp and asp.net which can be replaced and for functional things and like to store them in database and retrive them with some extra tough logic.

    Thanks in advance if you join me.

    Chandra Shekar Thota

    Visual Developer Asp.Net MVP(since 2006)

     

    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's just not worth the effort.

    There's almost nothing common between asp and asp.net - and the things that are have multiple implementations in asp.net.

    Take something simple, like a page with a load of inline <%= variable %> tags - how do you start converting that to use labels? How do you give the labels a meaningful name?

    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:

    1. Non-optimal use of framework

    2. automatically generated variable names lead to code which is hard to read and even harder to understand

    3. it'll be undocumented

    4. if it's automated no-one will really understand what the new code is doing.

    If you check this forum, there's always people wanting a short-cut from classic to .net - and it's just not going to happen - it's not an upgrade, it's a whole new way of writing web applications.

    This may sound like a problem, but it isn't really - if you have a really large classic asp application that needs supporting, then just support it, classic asp support from Microsoft isn't going to go away any time soon...

    Smile

    MCSD.Net
  • Re: Any tool to convert asp code to asp.net code?

    07-14-2009, 5:29 PM
    • Member
      6 point Member
    • satwant17
    • Member since 06-29-2009, 7:19 PM
    • Phoenix
    • Posts 3

    http://www.netcoole.com/asp2aspx.htm

    this is a expensive solution but it works


Page 1 of 1 (8 items)