Entry
What is the difference between ASP and ASP+?
Apr 25th, 2003 02:56
Karra Satyanarayana Murty, Zafer Arsay,
ASP.NET is a completely new ASP. It was written entirely from the
ground up by Scott Guthrie and Mark Anders in C# (pronounced 'see
sharp'). ASP.NET makes use of compilable programming languages, such as
Visual Basic.Net, C#, even COBOL! (making it truely language-neutral),
to write Web Applications. The applications are compiled on the server,
and pages are servered in HTML for the specific browser that has issued
the request. see the ASPNextGen.com for more.