1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Difference between ASP and ASP.NET

Discussion in 'C#' started by seofighter, Jul 16, 2010.

  1. #1
    Hello,,

    ASP stands for Active Server Pages. ASP.NET is the next generation of ASP. After the introduction of ASP.NET, old ASP is called 'Classic ASP'.


    Most of the engines place added relevancy on keywords found in the name of the page, or the URL. When naming your pages, try to name your pages after your keyword phrases.
    Classic ASP uses vb script for server side coding. Vb Script is not supported any more in ASP.NET. Instead, ASP.NET supports more languages including C#, VB.NET, J# etc. VB.NET is very similar to vb script, so it should be easy for old Visual Basic or ASP programmers to switch to VB.NET and ASP.NET

    VB Script is a simple scripting language, where as VB.NET or C# are modern, very powerfull, object oriented programming languages. Just for that reason, you will be able to write much more robust and reliable programs in ASP.NET compared to ASP.

    In classic ASP, there was no server controls. You have to write all html tags manually. ASP.NET offers a very rich set of controls called Server Controls and Html Controls. It is very easy to drag and drop any controls to a web form. The VS.NET will automatically write the required HTML tags automatically for you.
     
    seofighter, Jul 16, 2010 IP
  2. urstop

    urstop Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    shouldn't this be an article, instead of a thread? I don't see any query in here.
     
    urstop, Jul 18, 2010 IP
  3. MyWebsiteNow

    MyWebsiteNow Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice article instead of a thread.
     
    MyWebsiteNow, Jul 20, 2010 IP
  4. bulochc83

    bulochc83 Peon

    Messages:
    260
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hi
    the asp and asp.net same but the asp.net is the new version and technology of asp both are use for make website and applications.
     
    bulochc83, Jul 20, 2010 IP
  5. Alexandros1

    Alexandros1 Peon

    Messages:
    332
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This is not an easy answer there are so many variables and options. In a nutshell Session state can make a big difference depending there that session state is also stored, depending on so many factors, how many servers you going to need? how many users you need to support?
     
    Alexandros1, Jul 25, 2010 IP
  6. atreides

    atreides Peon

    Messages:
    279
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    mate, perhaps you should put this up on DP's blog. Although, imo, you can sum it up very succintly as,

    ASP = Script Language
    ASP.NET = Compiled Language

    (sorry for the irregular lining. was trying to make it lined up the S & C perfectly for greater dramatic effect, but failed. miserably)
     
    atreides, Jul 30, 2010 IP