- This topic has 0 replies, 1 voice, and was last updated December 1, 2016 at 10:30 am by .
-
Topic
-
The basic difference between ASP and ASP.NET is that ASP is interpreted; whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses .NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language (MSIL).
- You must be logged in to reply to this topic.