td> < TD> td> p>
form>
body> html>
How can you run it? The above file is a simple example of a program tracking of ASP.NET. If the energy runs, except that the account, password text box and submission button will have the following table content: Request Details, Trace Information, Control Tree, Cookies Collection, Headers Collection, Form Collection, Server Variables.
OK, the above is the process of installing the ASP.NET, because I just learned, it is inevitable that there will be incorrect places, please ask you.
Other websites (1) Finally, I can learn some new things, I have read the relevant information about ASP , I feel very worth learning, so I wrote this tutorial while studying, for myself Can be used as a learning note, for others, especially those who are not very good, those who are not very good, can serve as a visible Chinese information, and the role of a throwing jade. Due to the horizontal limit, the error is inevitable, I hope everyone can criticize. First of all, I will talk about what is ASP , and then I will tell the ASP application in conjunction with the example of NGWS. Because of the usual use of C, all examples use C # (C Sharp, a new programming language of Microsoft, specifically corresponding to its ngws runtime).
Since it is called the Asp tutorial, but naturally want to say what is ASP , but here I don't want to translate Microsoft's own introduction, one because there is a lot of translation articles, and the Microsoft will have a little self-ticking. I just want to talk about some of my initial impression on ASP . ASP The first feeling is that functions are too powerful. Maybe you have seen the ASP program of my domain name query, which is more convenient than using components, no need to be subject to the limitations of those write components, anything The traditional programming language can be done, and ASP can be done, because it is as a web programming language, it is still subject to Web programming. So, what a breakthrough is ASP for ASP? First, the operation mechanism is different, and the ASP belongs to an interpreted programming framework. Its core is VBS and JS, subject to the limit of these two scripting languages, determines the ASP innate, it can't perform the underlying operation like traditional programming languages, So if you need to perform some operations such as socket, files, you have to use other traditional programming languages such as C , VB, Java, etc., and because it is interpreted, it is greatly reduced. And ASP , it is a compilation programming framework. Its core is NGWS runtime. In addition to the ASP, VBS and JS can be used as programming languages, and can also be written in VB and C #, which determines its function. Powerful, you can make a lot of low-level operations without having to use other programming languages. In addition, it is running after compiling, so the implementation efficiency is much higher than the ASP.
Hey, talking about these theoretical things is really boring and bored, let us come to some practical. Let me talk about the ASP running environment. Want to run the ASP program, first you have to have the runtime (nonsense), first, you need the support environment of the ASP , that is, NGWS Runtime, this you can download from Microsoft Site, because NGWS is planned in Visual Studio 7 Version, so you can download it now is its beta version, the specific version number is 1812.9. But don't be able to download it first, you must first look at whether your machine can run, the specific requirements are as follows: · CPU: Intel Pentium II-Class 300 MHz (Intel Pentium III-Class 600 MHz Recommended) · RAM: 96 MB (128 MB recommended) · Available hard disk space (for install): 250 MB · Available hard disk space (post install): 155 MB · Video: 800x600, 256 colors · CD-ROM: required · Operating System: Microsoft Windows 2000 and Microsoft Internet Explorer 5.5 · Other Software: MDAC 2.6 Beta 2 understands, how, if your computer meets the requirements, let's download this more than 80 Ms, the specific download address is: http: // Download. Microsoft.com/download/1812.10fulmsdk/trial/1812.10ful/nt5/en-us/setup.exe After the download, installation and configuration is simple, you only need to run this setup.exe and follow the wizard to complete the installation, now we You can run our first ASP program. Ok, look at the following procedure: file: Intro1.aspx
head>