what are the differences between asp and asp net


What are the 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 one file

ASP.NET: Business Logic and Presentation Logic are in divide 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

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what are the differences between asp and asp net
Reference No:- TGS0289621

Expected delivery within 24 Hours