Kalai
What is the difference between Classic ASP and ASP.Net?
By Kalai in ASP.NET on Mar 07 2014
  • Munesh Sharma
    Apr, 2014 4

    How ASP.NET different from ASP?(1):-Asp.Net forms have a code behind file which contains all event handling code But in Asp it doesn't have such facility to separate programming logic form design. (2):-Asp.Net inherits the class written in code behind But in Asp does not have concept of inheritance (3):-Asp.Net use full fledged programming language But Asp it use scripting language. (4):-Asp.Net web application are configuration(web.config) But in Asp there are not.

    • 0
  • Kalai
    Mar, 2014 7

    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.

    ASP.Net is supported by compiler and has compiled language support.
    Separate code and design logic possible.
    Variety of compilers and tools available including the Visual studio.Net.
    Completely Object Oriented.
    Complete session and application state management.
    Full XML Support for easy data exchange.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS