Example & Tutorial understanding programming in easy ways.

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

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

The basic difference between are
1. ASP is interpreted but ASP.NET is compiled.

2.ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted.

3. ASP.NET uses .NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language (MSIL).

Read More →