shubha
Difference between asp and asp.net?.
By shubha in ASP.NET on Jul 14 2006
  • Umar Ali
    Sep, 2012 1

    Please refer to the following URL to know the differences between ASP and ASP.NET,http://onlydifferencefaqs.blogspot.in/2012/08/aspnet-difference-faqs-3.html

    • 0
  • aiha roopa
    Apr, 2009 30

    ASP is scripting languages(vb script & java script) , this scripting languages arevinterpreter based ,this makes execution slow and no proper memory management.
    ASP.NET supports .net languages VB.NET,C# this languages are compiler based errorfree code can be maintained for webpage,this makes execution faster and provides proper memory management.
    ASP doesn't support serverside controls.
    ASP.NET support serverside controls,this makes developer job easier and faster.
    ASP doesn't support AJAX specification
    ASP.NET supports AJAX specification

    • 0
  • Jul, 2006 26

    Following are some differences between ASP and ASP.NET:

    • Better language support
    • Programmable controls
    • Event-driven programming
    • XML-based components
    • User authentication, with accounts and roles
    • Higher scalability
    • Increased performance - Compiled code
    • Easier configuration and deployment
    • Not fully ASP compatible...

    Thanks!
    Manoj(InfoAxon Technologies Limited)

    • 0
  • Jul, 2006 14

    ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, ASP.NET is Managed compiled code - asp is interpreted. and ASP.net is fully Object oriented. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web
    applications.”

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS