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
asp .net is a frame work and its a Microsoft product, its support many languages c#, VB....Visual studio is a nice IDE for asp .net programming. We can right page behind server side code here.
I have been thinking that they both are same since my college studies. But its time to rectify my wrong opinion about them. What an excellent query that you have raised... Thank you very much buddy.
asp didnt support any .net frame work. You always need to work with vb script only there is no way for c# or other language. In asp.net you can work with any of the language like c#, vb, c++ Asp not give you code security .Net give you code security by dll. Regards, JAgdish
1. ASP is interpreted,ASP.Net is compiled. 2. For ASP No in-built support for XML whereas in ASP.Net full XML Support for easy data exchange. 3. ASP.Net purely object oriented whereas ASP is partially object oriented.