Previous Next

Thread: what is the difference

Last post 05-09-2008 2:44 PM by ma_khan. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 05-04-2008, 2:28 PM

    • itziks
    • Not Ranked
    • Joined on 04-23-2008, 10:19 AM
    • Posts 1
    • itziks

    what is the difference

    what is the difference between ASP Classics and ASP .net

     

    Itzik Ziv

    Smart Seating Solutions @ www.officemasterchairs.com

  • 05-04-2008, 4:46 PM In reply to

    • ma_khan
    • Top 25 Contributor
    • Joined on 03-16-2008, 4:26 PM
    • Posts 276
    • ma_khan

    Re: what is the difference

    Classic asp is a server side coding method where in the server side operation is handled by VB script where as ... ASP.NET relies on the .net framework for it's operation. That means you can make use of all the .Net features in web development that you cannot possibly do easily in classic asp. because .Net has very deep integration with the OS itself, it has performance benefits.

    ASP.Net applications can be coded by various methods and by using various languages like VC #, VB .Net. This gives you a high edge from resource point of view.

    In classic asp we had to place the code exactly where it was needed where as with ASP.Net we cam make use of server controls and design the code in a much more presentable manner.

     Hope this helps.
     

     

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 05-05-2008, 8:52 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Lawrenceville, NJ
    • Posts 3,484
    • IIS MVPs
    • tomkmvp

    Re: what is the difference

    The way I see it, ASP.NET makes server-side programming very much more like writing an application in Visual Basic - you can place controls on a form and then use different event handlers such as on_click and on_change.  It makes programming web apps so much more easy and powerful.  Classic ASP is very labor intensive as you have none of these controls.

    The best place for this answer is at:
    http://www.asp.net/get-started/
    http://www.w3schools.com/aspnet/aspnet_vsasp.asp
    http://msdn.microsoft.com/en-us/library/ms973813.aspx

  • 05-09-2008, 2:44 PM In reply to

    • ma_khan
    • Top 25 Contributor
    • Joined on 03-16-2008, 4:26 PM
    • Posts 276
    • ma_khan

    Re: what is the difference

    All said ... I still wonder sometimes if it would be appropriate to say ASP and ASP.Net as 2 different technologies??

    Regards,
    MA Khan
    http://www.iisworkstation.com

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
Page 1 of 1 (4 items)
Page view counter