Difference between Classic ASP and ASP.NET
ASP.NET:
·
This is compiled because it uses languages
C#,J#,VB.Net ect.
·
It is use full fledged programming
language like C#,VB.Net,J# ect.
·
Web forms contains Code behind files.
·
These web forms are configurable
with web.config.
·
Custom Controls can be used in these
forms.
·
These forms support ADO.Net with XML
integration.
ASP:
·
This is interpreted because it uses VBscript.
·
It does not have code hind file
separate programming logic from design.
·
It support ADO with a simple COM
objects
No comments:
Post a Comment