Thursday, December 27, 2007

Difference between Classic ASP and ASP.Net?

ASP:
ASP is Interpreted language based on scripting languages like Jscript or VBScript.
ASP has Mixed HTML and coding logic.
Limited development and debugging tools available.
Limited OOPS support.
Limited session and application state management.
Poor Error handling system.
No in-built support for XML.
No fully distributed data source support.
*************************************************
ASP.Net separate code and design logic possible.
Completely Object Oriented.
Complete session and application state management.
Error handling possible.
Full XML Support for easy data exchange.
Fully distributed data source support.

No comments: