ASP.NET
Programming and Technical
What is the basic difference between ASP and ASP.NET?
Read Solution (Total 1)
-
- 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).
- 8 years agoHelpfull: Yes(0) No(0)
ASP.NET Other Question