Results 1 to 14 of 14
  1. #1
    roshell is offline Freshman
    Join Date
    Oct 2009
    Posts
    5
    Thanks
    0
    Thanked 2 Times in 1 Post
    Feedback Score
    0

    Default Difference between ASP and ASP.NET

    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.

  2. #2
    vikas1234 is offline Junior
    Join Date
    Jun 2009
    Posts
    434
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Feedback Score
    0

  3. #3
    manik's Avatar
    manik is online now Om Shanti!
    Join Date
    Apr 2008
    Location
    Boston, USA
    Posts
    13,172
    Thanks
    744
    Thanked 699 Times in 550 Posts
    Blog Entries
    4
    Feedback Score
    4 (100%)

    Default

    Nice read. I use asp .net for most of my web developments. Its just make it real easy with rich set of pre-built tools.
    Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK


  4. #4
    kriss.ov is offline Freshman
    Join Date
    Feb 2010
    Location
    london
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Thanks for providing information on ASP.NET.

  5. #5
    IntraSpek is offline Freshman
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Hi,

    I would like to answer this as - ASP is a scripting language used for the development of webpages, while ASP.NET is a web application framework developed by Microsoft to build dynamic websites, web applications and web services.
    ASP is a small baby against ASP.NET. It supports backend languages like VB, C#, J# for coding.
    There are many differences between both the terms..

  6. #6
    carlcuper is offline Freshman
    Join Date
    Mar 2010
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    Hey its been really good information and also the things mention here between Asp and Asp .net then its been amazing. I am looking forward for that article.

  7. #7
    datarecovery is offline Freshman
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default Data recovery

    ASP is more complex than ASP.NET. ASP uses scripting language for server side coding whereas asp.net is used for creating dynamic web applications. Testing and debugging is easy in asp.net and difficult in asp. There is no server controls in asp and designing and coding is done on the same page so application become so complex but in asp.net designing and coding is done separately so it is easy to find bugs in applications.
    Last edited by manik; 07-08-2010 at 10:30 AM. Reason: link removed

  8. #8
    asbharmal is offline Sophomore
    Join Date
    Apr 2010
    Posts
    65
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    ASP and ASP.NET does not have a wide range of differentiation. it is just the updated version of ASP. The ASP software is more complicated and then new one hence the complication is limited in the ASP.NET

  9. #9
    davidabel is offline Freshman
    Join Date
    Aug 2011
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    Quote Originally Posted by roshell View Post
    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.
    Thank you so much for sharing such a basic difference regarding web design.
    ASP.net is better platform for website development.
    can u suggest me which language i should use in ASP.net, either C# or VB.??

  10. #10
    gaurav467 is offline Banned
    Join Date
    Jul 2011
    Posts
    45
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    Thanks for given information.

  11. #11
    marrydona is offline Freshman
    Join Date
    Sep 2011
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    fucking languages no doubt

  12. #12
    Join Date
    Oct 2011
    Posts
    13
    Thanks
    0
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    ASP is run under the inetinfo.exe(IIS) process space and hence susceptible to application crashes as a result the IIS needs to be stopped or restarted. ASP is related to the process isolation setting in IIS.

    The ASP.NET worker process is a distinct worker process, aspnet_wp.exe, separate from inetinfo.exe ( IIS process), and the process model in ASP.NET is unrelated to process isolation settings in IIS.

  13. #13
    albert is offline Freshman
    Join Date
    Nov 2010
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Feedback Score
    0

    Default

    ASP.NET has better language support, a large set of new controls, XML-based components, and better user authentication.
    ASP.NET provides increased performance by running compiled code.
    ASP.NET code is not fully backward compatible with ASP.

  14. #14
    sonu sing is offline Junior
    Join Date
    Dec 2010
    Posts
    286
    Thanks
    2
    Thanked 1 Time in 1 Post
    Feedback Score
    0

    Default

    yes, ASP is a scripting language which is used for the development of webpages, while ASP.NET is a web application framework developed by Microsoft to build dynamic websites, web applications and web services. In Dot net framework include asp.net, c#, vb.net, j# .

Similar Threads

  1. Where can I get reliable asp.net hosting services?
    By Joker in forum Website & Server Administration
    Replies: 11
    Last Post: 12-06-2011, 09:32 AM
  2. Moving from ASP.NET to CF
    By Abina in forum ColdFusion
    Replies: 1
    Last Post: 02-01-2010, 03:09 AM
  3. Should I move to ColdFusion from ASP.NET?
    By Abina in forum ColdFusion
    Replies: 1
    Last Post: 02-01-2010, 03:04 AM
  4. dating software in Asp.net sql server 2005
    By nandhisri in forum Templates
    Replies: 0
    Last Post: 10-23-2009, 04:12 AM
  5. Which is best Asp.net, Php, Sharepoint?
    By alexyorkie in forum Web Development - Programming & Coding
    Replies: 3
    Last Post: 06-17-2009, 01:31 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •