About ASP
ASP is a server side scripting technology that enables scripts to be executed by an Internet server.
ASP is a Microsoft Technology
ASP stands for Active Server Pages
ASP is a program that runs inside IIS
IIS stands for Internet Information Services
IIS comes as a free component with Windows 2000
IIS is also a part of the Windows NT 4.0 Option Pack
The Option Pack can be downloaded from Microsoft
PWS is a smaller - but fully functional - version of IIS
PWS can be found on your Windows 95/98 CD
What is an ASP File?
An ASP file is just the same as an HTML file
An ASP file can contain text, HTML, XML, and scripts
Scripts in an ASP file are executed on the server
An ASP file has the file extension ".asp"
How does it Work?
When a browser requests an HTML file, the server returns the file
When a browser requests an ASP file, IIS passes the request to the ASP engine on the server
The ASP engine reads the file, line by line, and executes the scripts in the file
Finally, the ASP file is returned to the browser as plain HTML
What is ASP+?
ASP+ is the same as ASP.NET.
ASP+ is just an early name used by Microsoft when they developed ASP.NET.
What is ASP.NET?
ASP 3.0 is the latest version of ASP, but there will never be an ASP 4.0 version.
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP. ASP.NET is an entirely new paradigm for server-side ASP scripting.
ASP.NET is a part of the .NET Framework. Microsoft spent three years rewriting ASP.NET from the ground up, and ASP.NET is not fully backward compatible with ASP 3.0.
You can read more about the differences between ASP and ASP.NET in the next chapter of this tutorial.
Differences between ASP and ASP.NET ?
ASP. net supports object oriented techniques.
ASP.net is compiled, rather than interpreted, so overall performance of asp.net application is much better.
ASP.net supports two new mode of authentication, form based and passport based authentication
ASP.net supports ADO.net.
Subscribe to:
Post Comments (Atom)
Call Data bricks Job Using REST API
Below power shell will help to call Data bricks Job with parameter [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]...
-
Problem Statement : Team decided to maintain a common metastore database for all the source deployed in Azure Data Lake. Since the dat...
-
Requirement: I have many HDI Clusters (Spark, LLAP) and i want to create a ranger policy automatically whenever any n...
-
Dynamically Change the HDInsight Yarn Capacity Allocation Requirement : The fundamental unit of YARN is a queue. The user ...
1 comment:
Nice stuff keep it up
Post a Comment