Before learning ASP. NET, let's take a look at ASP. NET Overview: ASP. NET is the latest version of Microsoft's ASP technology.
Basic knowledge you shall possess
Before continuing to learn, you need to have a basic understanding of the following knowledge:
Basic knowledge of WWW, HTML, and website construction
Scripting languages such as JavaScript or VBScript
Basic server script knowledge
If you want to learn about these projects, visit these tutorials on our homepage.
What is ASP in ASP. NET overview?
ASP is a server-side scripting technology that enables scripts embedded in web pages to be executed by Internet servers.
ASP is a Microsoft technology
ASP refers to the Active Server Pages Dynamic Server Page)
ASP is a program running in IIS
IIS refers to Internet Information Services Internet Information Service)
IIS is a free package for Windows 2000.
IIS is also an optional component of Windows NT 4.0
This optional component can be downloaded over the Internet
PWS is smaller-but it has full IIS Functions
PWS can be found in Windows 95/98 installation CD
ASP. NET overview what is an ASP file?
ASP files and HTML files are similar
ASP files can contain text, HTML, XML, and scripts.
Scripts in ASP files can be executed on the server.
The extension of ASP files is ". 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 sends the request to the ASP engine.
The ASP engine reads the file row by row and executes the script in the file.
Finally, the ASP file will be returned to the browser in the form of pure HTML
Before you continue learning ASP. NET, you have basic explanations for Microsoft ASP technology.
To learn more about ASP, visit our ASP tutorial.
What is ASP + in ASP. NET overview?
ASP + is equivalent to ASP. NET.
ASP + is an early name used by Microsoft during ASP. NET development.
What is ASP. NET in ASP. NET overview?
ASP 3.0 is the latest version of ASP, but no more version of ASP 4.0 is available.
ASP. NET is the next generation of ASP, but ASP. NET cannot be called an upgraded version of ASP. ASP. NET is a brand new server-side ASP script.
ASP. NET is an integral part of the. NET Framework. Microsoft has rewritten ASP. NET from the underlying layer for three years, while ASP. NET is not fully compatible with ASP 3.0.
In the next section of this tutorial, you will learn about the differences between ASP and ASP. NET.
ASP. NET overview-. NET Framework. NET Framework)
The. NET Framework is the basic structure of the Microsoft. NET platform.
The. NET Framework is an environment for building, developing, and running Web applications and Web services.
The. NET Framework contains public language runtime libraries and public class libraries-such as ADO. NET, ASP. NET, and Windows Forms-to provide advanced standard services that can be integrated into various computer systems.
The. NET Framework provides an application environment with rich features, simplified development, and easy integration among many development languages.
The. NET Framework is language-neutral. Currently, it supports C ++, C #, Visual Basic, and JScript Microsoft's JavaScript version ).
Microsoft Visual Studio. NET is a public development environment for NET Framework.
ASP. NET overview we will learn here, hope to help you understand ASP. NET.
- Analysis of ASP. net ajax Components
- Installation and simple configuration of ASP. NET AJAX
- Analysis on the AutoComplete control of Asp.net Ajax Control
- Analysis on installing ASP. NET on Windows Server 2003
- Analysis on ASP. NET runtime environment Establishment