Jump to content

Best way to convert ASP to ASP.NET

- - - - -

  • Please log in to reply
2 replies to this topic

#1
phreak

phreak

    Newbie

  • Members
  • Pip
  • 1 posts
What is the best and easiest way to convert ASP to ASP.NET? Thanks!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Probably to recode from scratch. Classic ASP is generally written in either JScript or VBScript, and may have no object oriented elements to it. ASP.NET can be written in any .NET language, such as C#, VB.NET, F#, etc, etc, etc. Those languages range from functional to pure OOP. The result is that almost every significant aspect of coding is going to be different. File structure, best programming practices, libraries used to connect to databases, libraries used for file handling, etc, etc, etc.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
quix

quix

    Newbie

  • Members
  • Pip
  • 1 posts
yeah, I guess it would take me longer to convert than to recode from scratch, lazy me! hahaha! thanks for opening my eyes up!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users