ASP Versus ASP.NET

Philippines
January 15, 2007 2:03pm CST
Right now I am making webpages using ASP.NET 2.0 but I am still curios if which is more faster and best to used of this two..? It's just ASP.NET 2.0 is getting more complicated for me. Since there are things that are simplier if to be made by ASP only.. Does anyone have any brilliant ideas about this?
1 response
@blindedfox (3315)
• Philippines
27 Jan 07
ASP.Net is better than ASP in many ways. First, ASP.Net consumes less resources to run. It has new features such as code snippets that greatly saves you time. What you can do in ASP for an hour can be done in ASP.Nt in 5 minutes. =) Also, coding is easier in ASP.Net because it uses popular coding standards such as Visual Basic, which is always better than C++ in terms of coding. =)