![]() |
How different ASP.NET from ASP ?
Difference between ASP AND ASP.NET
|
asp has less oops and no xml support.
sap.net is wide oops feature and it supports xml. |
1.Asp has limited support for OOPs. While Asp.net has Full support for OOPS.
2. ASp is not having built in support for XML. while ASP.net has full support of XML, which help easy data exchange. 3.Error handling is very poor in ASP where as error handling is good in ASP.net 4.In ASP you can do scripting using visual basic scripting and java scripting while in ASP.net scripting is done using c# and vb.net which is used as a server side programming language. |
Hi,
-ASP has limited oops support -ASP.Net is fully object oriented -ASP Very less development and debugging tools available. -In ASP.net various tools and compiler available. In ASP you must be entering first line as - <%LANGUAGE="VBSCRIPT" CODEPAGE="960"%> In ASP.net you must be entering first line as <%@Page Language="VB" CodePage="960"%> <%@QutputCache Duration="60" VaryByParam="none" %> Thanks |
All times are GMT -7. The time now is 01:47 PM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.