Search code examples
asp.netasp-classic

Difference between asp and asp.net


What is the difference between asp and asp.net?


Solution

  • "Classic" ASP uses vbscript for its code. ASP.NET allows you to use C#, VB.NET and other languages. ASP.NET gives you access to all the tools which come with the .NET framework and allows you to write object-oriented code.