Click to See Complete Forum and Search --> : distinction please


snadell
06-30-2004, 05:10 PM
can someone make a distinction between VBScript, ASP and asp.net? Are they all the same thing?

Phil Weber
06-30-2004, 07:35 PM
No, they're not the same thing. VBScript is a programming language; ASP and ASP.NET are not. You may use VBScript to code ASP pages, which are Web pages that are interpreted by the ASP engine. ASP.NET pages are coded in a .NET language, such as C# or VB.NET, and are compiled by the .NET runtime.

PeoFeo
06-30-2004, 09:51 PM
asp.net has tons of advantages over asp classic as well, Infact I posted about it on another forum:
http://www.webdeveloper.com/forum/showthread.php?s=&threadid=29318
also there is this
http://www.w3schools.com/aspnet/aspnet_vsasp.asp