Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   ASP (http://siteownersforums.com/forumdisplay.php?f=11)
-   -   How different ASP.NET from ASP ? (http://siteownersforums.com/showthread.php?t=103571)

sansoni1 10-25-2013 11:56 PM

How different ASP.NET from ASP ?
 
Difference between ASP AND ASP.NET

alligatortek001 05-15-2014 03:16 AM

asp has less oops and no xml support.
sap.net is wide oops feature and it supports xml.

BenjaminMayer 06-02-2015 09:53 AM

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.

zinist 07-13-2015 03:28 AM

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.