Answers

Question and Answer:

  Home  Dot Net

⟩ Main differences between ASP and ASP.NET?

1. ASP: Code is Interpreted

ASP.NET: Code is Compiled

2. ASP: Business Logic and Presentation Logic are in a single file

ASP.NET: Business Logic and Presentation Logic are in separate files (.cs or .vb) and (.aspx) respectively.

3. ASP: No Web Server Controls

ASP.NET: Web Server Controls supported by strong .NET Framework

4. ASP: No RAD in Classic ASP

ASP.NET: Supports RAD

 165 views

More Questions for you: