Thursday, October 18, 2012


What is the basic difference between ASP and ASP.NET?

  • The basic difference between ASP and ASP.NET is that ASP is interpreted and ASP.NET is compiled
  • ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted and ASP.NET uses .NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language (MSIL).

No comments:

Post a Comment