To do things well, we must first sharpen the tool. Today we will learn how to fully master the runtime environment of Asp.net,
Configure your ASP. NET Runtime Environment
I. System Requirements
1. Required OS.
Windows 2000 Professional, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Professional, Windows Server 2003.
2. Browsing requirements
No less than IE 5.5
3. Minimum hardware requirements.
CPU: 400Hz Pentium processor, or AMD processor
Memory: 128 MB
Hard Disk: MB free space.
Display resolution: no less than 800*600 4. Required Software
IIS 5.0, IIS 5.5, or IIS 6.0
. NET Framework 1.1 or. NET Framework 2.0 Beta
Microsoft Access and SQL Server 2000
Ii. Start Installation
1. Install IIS
For IIS installation information, see: http://www.twsq.com/Article/Server/iis/200409/279.html
2. install access and SQL Server 2000 (you can also Install SQL Server 2005 express edition beta)
Install access: Access is generally included in the office suite. You can choose to install Access 2000, Access XP, and Access 2003.
Download SQL server: SQL Server 2000 and SQL Server 2005 express edition beta (Note: Only one of these versions can be installed. We recommend that you Install SQL Server 2000)
Installing SQL SERVER: http://help.1dais.com/OtherHelp/sql2000.htm
3. Install. NET Framework
What is. NET Framework:. NET Framework is Microsoft-developed applicationProgramA revolutionary new platform. The most interesting thing about this sentence is its ambiguity, but there is a reason.
1) Note that this sentence does not mean "developing applications on Windows ". Although. the first version released by the. NET Framework is running on the Windows operating system, but later versions running on other operating systems will be released. These operating systems include FreeBSD, Linux Macintosh, even personal digital assistant devices. (Portability)
2) the. NET Framework definition does not limit the type of the application .. . NET framework can be used to create Windows applications, web applications, web services, and other types of applications.
. NET Framework:. Net framework1.1. NET Framework 2.0 (Note: Only one version can be installed)
4. Install the. NET Framework SDK (optional)
: Microsoft. NET Framework SDK Version 1.1, Microsoft. NET Framework 2.0 SDK Beta 1x86 (Note: Only one of these versions must be installed)
Installation Method: omitted
5. Install vs. Net (optional, recommended)
: Vs.net 2003 Simplified Chinese Enterprise Edition (recommended), Visual Web Developer 2005 express edition Beta
Installation: http://yes.nctu.edu.tw/DotNet/BasicOp/VSNet2003_Setup/VSNet2003_Setup.htm
NOTE: If vs. NET is installed, you do not need to install. NET Framework SDK.
6. Install webmatrix (optional and recommended)
: Webmatrix (1.3 m)
Installation Method: omitted
Note: If you do not have vs. Net or do not want to download vs.net, we recommend that you install webmatrix.
Iii. Test
Open notepad and write down the following content:Code:
<% @ Page Language = "C #" %>
<SCRIPT runat = "server">
String mystring = "test successful ";
</SCRIPT>
<HTML>
<Head>
<Title> test </title>
</Head>
<Body>
<Form runat = "server">
<% Response. Write (mystring); %>
</Form>
</Body>
Save as test. aspx: Creates a virtual directory (for example, test) under IIS pointing to test. the folder where aspx is located. In the address bar, test. aspx URL (for example, http: // localhost/test. if the test is successful on the webpage, the running environment configuration of Asp.net is successful.
If you have any questions, please join QQ Group 4050558.