Classic asp is a server side coding method where in the server side operation is handled by VB script where as ... ASP.NET relies on the .net framework for it's operation. That means you can make use of all the .Net features in web development that you cannot possibly do easily in classic asp. because .Net has very deep integration with the OS itself, it has performance benefits.
ASP.Net applications can be coded by various methods and by using various languages like VC #, VB .Net. This gives you a high edge from resource point of view.
In classic asp we had to place the code exactly where it was needed where as with ASP.Net we cam make use of server controls and design the code in a much more presentable manner.
Hope this helps.
Regards,
MA Khan
http://www.iisworkstation.com“Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”