What is the difference between ASP and ASP.NET?

 Posted by Susanthampy on 6/9/2011 | Category: ASP.NET Interview questions | Views: 88993 | Points: 40
Answer:

1. ASP is interpreted, ASP.NET is compiled.

2. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology

3. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files.

4. ASP.NET purely object oriented whereas ASP is partially object oriented.

5. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Akiii on: 6/10/2011 | Points: 10
good work susan......

Regards
Akiii
Posted by: Susanthampy on: 6/10/2011 | Points: 10
Thank u very much Akiii
Posted by: Bidesh2011 on: 7/11/2011 | Points: 10
Thanks Akiii...

Login to post response