ASP stands for Active Server Pages which is also called Classic ASP. ASP.NET is the next generation of Classic ASP. For codding Classic ASP uses VB Script. Vb Script is not supported by most of the browsers. ASP.NET supports more languages including C#, VB.NET, J# etc.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.
They are hardly comparable at all. See http://www.beansoftware.com/ASP.NET-Tutorials/Classic-ASP-vs-ASP.NET.aspx for some of the basics
ASP.NET supports many things from ASP, so you could use all the stuff you like in ASP. But it is absolutely another world.
ASP is an interpreted language(VB) and dot not use the framework .net. ASP .NET is complied in clr that make it much more fast than asp. ASP .NET support a wide range of language as C#, VB.NET, F#, Iron Ruby, Iron Python. ASP only support VB. ASP is a very old website framework.
ASP stands for Active Server Pages which is also called Classic ASP and dot not use the framework .net whereas ASP.NET supports more languages including C#, VB.NET, J# ASP.NET offers a very rich set of controls called Server Controls and Html Controls.
If you know already how to use ASP, and you want to 'upgrade' to ASP.Net, I can suggest this article: http://www.w3schools.com/aspnet/aspnet_vsasp.asp Also: find some lecture about this in the library, their information rocks!
ASP is an interpreted language(VB) and dot not use the framework .net. ASP .NET is complied in clr that make it much more fast than asp.
ASP.Net is more powerful as it uses the .net library which allows it to interact with more programming languages and can stand alone while asp will need a microsoft platform.
ASP.NET supports more languages including C#, VB.NET, J# etc as compare to ASP.ASP is interpreted language and do not use framework and it is old website framework ASP stands for Active Server Pages. ASP .NET is complied in clr that make it much more fast than asp.
asp.net is oop based programming. it is more structured. Your can write code for asp.net in c#, vb.net or any other .net language. provide you with .net plateform to build very advance applications.
asp (Active server page ) in this language page written in the code and html page when ever asp .net coding in the code behind support the html and code write the different page this is easily to find the any error in asp.net page
ASP.NET could be run on non-Microsoft Platforms also. Cassini is a sample Web server produced by Microsoft which, among other projects, has been used to host ASP.NET with Apache. Multi Language Support in WebPage 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.
asp (Active sever page )written the code and html with one page whenever asp.net code behind so easy error finding and supported more language about 73 language .
ASP runs in the inetinfo.exe process space (IIS) and therefore susceptible to the application crashes due to IIS must be stopped or restarted. ASP has to do with the configuration of IIS process isolation. While The ASP.NET worker process is a different work process, aspnet_wp.exe, apart from inetinfo.exe (IIS process), and the ASP.NET process model is not related to the isolation in the configuration of IIS .
ASP.net is oop based programming and dot not use the framework.ASP stands for Active Server Pages which is also called Classic ASP .