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