faqts : Computers : Programming : Languages : Asp : ASP+

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

32 of 51 people (63%) answered Yes
Recently 5 of 10 people (50%) answered Yes

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.