0% found this document useful (0 votes)
199 views1 page

Introduction To Asp

ASP uses interpreted scripting languages like VBScript and JScript, while ASP.NET uses compiled .NET languages like VB.NET and C#; ASP code is all in the front of the application while ASP.NET code is organized into namespaces and DLLs. ASP.NET is a web application framework from Microsoft that allows developers to dynamically create web pages, sites, and services by integrating HTML, CSS, and JavaScript, and it is part of Microsoft's .NET framework.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views1 page

Introduction To Asp

ASP uses interpreted scripting languages like VBScript and JScript, while ASP.NET uses compiled .NET languages like VB.NET and C#; ASP code is all in the front of the application while ASP.NET code is organized into namespaces and DLLs. ASP.NET is a web application framework from Microsoft that allows developers to dynamically create web pages, sites, and services by integrating HTML, CSS, and JavaScript, and it is part of Microsoft's .NET framework.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

The most important difference between ASP and ASP.

Net is that ASP uses

interpreted VBScript or JScript, and ASP.net uses any .Net language

(including VB.Net, C#, J#, etc.) compiled. ASP 3.0 left all its code in the front

of the application. ... Customarily, the dlls that ASP.NET creates start out as

namespaces.

Introduction to ASP.NET. ASP.NET is a web application framework designed and developed

by Microsoft. ... It is specially designed to work with HTTP and for web developers to create

dynamic web pages, web applications, web sites, and web services as it provides a good

integration of HTML, CSS, and JavaScript.

ASP.NET stands for Active Server Pages .NET and is developed by

Microsoft. ASP.NET is used to create web pages and web technologies and is

an integral part of Microsoft's .NET framework vision

You might also like