by sunshine_nh on May 1st, 2006

sunshine_nh

Question

Help answer this question below.

What is the difference between ASP and ASP.NET? Are they same but only different versions?

  • Like
  • Report

Answers. 4 helpful answers below.

  • by mendicant on February 22nd, 2007

    mendicant

    You can view my answer here: http://www.answerbag.com/q_view/54048

    • Like
    • Report

    No comments. Post one | Permalink

  • by mendicant on January 17th, 2007

    mendicant

    No, they are not the same. While both allow a programmer the ability to create dynamic content in a web page, how they work are completely different.

    ASP is an interpreted language, which means that every time an ASP file is read, it is interpreted by the server into a language that the computer can understand. Basically, it is HTML with VBScript mashed up in the middle of it.

    ASP.Net on the other hand is a compiled language. There is an aspx file which contains most of the information required to render a page, and then there is actual compiled code that it uses to dynamically fill in information where needed. This gives a programmer the opportunity to use any language that can be compiled into a format understood by ASP.Net to be used, instead of just visual basic.

    For a more indepth listing, along with examples, check out: http://www.tutorial-web.com/asp.net/

    • Like
    • Report

    No comments. Post one | Permalink

  • by Ravi sharma on December 3rd, 2009

    Ravi sharma

    I don't no answer u have the answer then email me

    No comments. Post one | Permalink

  • by slevin01 on February 22nd, 2007

    slevin01

    ASP allows you to use only basic scripting languages, whereas ASP.NET lets you do more with any language that is included in .NET framework. C# or VB.NET.

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading What is the difference between ASP and ASP.NET? Are they same but only different versions? - which can also be phrased in the following ways:

  • Whats the difference between things like asp and asp.NET?

Follow us on Facebook!

Related Ads