View Single Post
Old 07-13-2015, 03:28 AM   #4
zinist
Registered User
 
Join Date: Jul 2015
Posts: 39
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
zinist is offline   Reply With Quote