HI, 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. Thanks
ASP classic is still used in a lot off sites/web based apps, but as nothing to do it whit asp.net, it's a completely different concept, take a look at w3 school site, it's a good kick off tutorial
Yes i have studied asp.net from w3 school and many more tutorial than whats the bad thing about that?
Asp stands for active server pages and it works with asp.net with c#.net and vb.net and in this we make different websites.
asp is older and differs from asp.net in many ways as asp.net is having a good set of controls with technologies like ajax,linq.
It's not easy to explain the difference between ASP and ASP.NET, but the second is object oriented and all the element of the page are object. In ASP.NET you can use the language you want to use to prodece the page (VB.NET or C#). All the code is in a particular file that is not including in the web pages and you must recompiling when you make changes, because ASP.NET using compiling language. The compiling of the page was made at the server the first time and in the next run reuse this compiling result. This is a simple introduction to the differnce between this two language, but is not sufficient to define the difference of this two languages.
One year later, I'm sure the OP is waiting with baited breath for everyone on DP to answer this one even though it was answered months ago.
ASP.net is used for the web applications development. Where as ASP is used for the Software application development...
asp and asp.net are totally different from each other. Asp stands for active server pages which is used to create dynamic web pages whereas asp.net is the advance feature of asp.In asp.net there are use of MVC, Silverlight,Control visibilty,
In ASP only two languages were available for scripting VBScript and Jscript/Javascript. But in ASP.NET We are no longer constrained to the two scripting languages available in traditional ASP: Any fully compliant .NET language can now be used with ASP.NET, including C# and VB.NET.
they are VERY different. asp is ALMOST similar to php. asp.net is easier to learn and they have their own built-in. it's probably more fun to learn asp.net than asp. but asp will actually help you understand the things better.
ASP.NET provide increase performance by running the compiled code.ASP.NET has better language support, a large set of new controls and XML based components,and best user authentication in comparison to the classic ASP .
ASP not complied,it is an interpreted language but ASP.NET is complied and uses the services of framework.ASP uses the VB Script language but ASP.NET uses to more language C#,VB.NET,J# etc.
As many mention above, ASP is a legacy language, replaced by ASP .NET. However, since many companies still have web apps running that are built with ASP, it can be good to know.
ASP.Net web forms have a code behind file which contains all event handling code where as ASP does not have such facility to separate programming logic from design. ASP does not have the concept of inheritance and ASP pages use scripting language where as ASP.Net web forms inherit the class written in code behind and ASP.Net web forms use full fledged programming language like c#, vb.net, f# etc. Cheers !!!!
Asp is an interpreted language which can't be complied but ASP.NET can be complied and interpreted.ASP.NET uses the .net framework but asp not use framework.
ASP and ASP.Net are very different programming languages. ASP is a scripting language, where as ASP.NET is the web formulation of a compiled language.. if you have any problem there are many websites on internet like www.helpprogrammers.com etc they are very helpful for programmers..