is ASP and ASP.net same thing?

Discussion in 'Programming' started by sukhdeep, Mar 24, 2007.

Thread Status:
Not open for further replies.
  1. #1
    i want to know that if i am looking at any page on internet which has the extension .aspx

    Is that page developed in asp.net ?


    and braodly is asp nd asp.net same thing?
     
    sukhdeep, Mar 24, 2007 IP
  2. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #2
    no they are not the same thing, and yes aspx = asp.net
     
    krakjoe, Mar 24, 2007 IP
  3. ztoma

    ztoma Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ASP and ASP.NET are two very different things.

    ASP.NET is successor of ASP. ASP is now old and out-dated. ASP.NET 2.0 was released in November 2005, and it lately got a substantial extension in form of ASP.NET AJAX release.

    ASP.NET provides by far more programmer-friendly approach. Additionally, one can use free version of Microsoft's IDE.
     
    ztoma, Mar 30, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    ASP.NET is the Friggin Bomb! (Just had to throw that out there) I would stay away from classic asp if you have the chance... theirs a lot of hidden nuances you need to know (like sql injection protection and form hijacking protection)
     
    ccoonen, Mar 30, 2007 IP
Thread Status:
Not open for further replies.