What is the best and easiest way to convert ASP to ASP.NET? Thanks!
2 replies to this topic
#1
Posted 05 July 2011 - 01:47 AM
|
|
|
#2
Posted 05 July 2011 - 03:34 AM
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.
#3
Posted 11 July 2011 - 05:23 AM
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


Sign In
Create Account

Back to top









