What is the ASP. NET runtime environment? First of all, I'm glad to see that you finally chose to learn ASP. NET. From now on, we will discuss and study ASP. NET together, and here we will discuss how to use dw mx to make a practical message book.
Download the NET Framework1.1.exe installation file from the ASP. NET Runtime Environment
You can download the NET Framework1.1.exe installation file from the Microsoft website in China. The file size is about 23 MB.
Download the NET Framework1.1 Simplified Chinese Language Pack in the ASP. NET Runtime Environment
The error message for debugging ASP. NET pages is detailed. If your E file is not good, installing the Chinese Language Pack will greatly help you find the error code.
The above two software packages can be downloaded from the following address:
Http://www.microsoft.com/downloads/details.aspx? Displaylang = zh-cn & FamilyID = 9b3a2ca6-3647-4070-9f41-a333c6b9181d
Install IIS server in ASP. NET running environment
After you download the NET Framework1.1.exe installation file and the simplified Chinese Language Pack, you can install it. Before that, you should install Internet information service components. If you use Win 2000, Win XP, Or Win 2003, you can check "start --> control panel --> install/delete ipvs components" to install the Internet Information Service component. The following uses XP as an example to start the IIS server in "start --> control panel --> performance and maintenance --> Administrative Tools --> Internet Information Service, select the home directory and default document of the default website and add the default document index. aspx.
Install the. NET Framework in the ASP. NET Runtime Environment
Make sure that your IIS server runs properly before you can install NET Framework1.1. Double-click NET Framework1.1.exe to start the installer. The following dialog box is displayed:
Click "yes" to go to the next step and enter the installation status. When you encounter a dialog box, press Enter. The installer automatically completes all work. After the installation is complete, no configuration is required for IIS. Then install the Simplified Chinese Language Pack.
Are you done? Try it. Open your browser and enter the following address:
Http: // localhost/rr. aspx
In the above address, the rr. aspx file does not exist and can be any name. If the NET Framework1.1 and Language Pack are correctly installed, the server reports an error message as follows:
Instead of simply giving a "white-faced" message, you can't find a webpage. Note: The above information can only be displayed only when the suffix is. aspx. The ASP page is still processed by the ASP engine, so no such detailed prompts will appear.
Create an ASP. NET site
Start Dreamweaver MX, execute "site --" create site "in the menu, and set the parameters as follows.
I put the message book in the AspNet folder. For IIS, the physical path of this folder has been replaced by the http: // localhost virtual URL, using http: // localhost can access all ASP under ASP. NET. NET web page.
Learning how to set up the ASP. NET runtime environment is here. I hope it will help you learn about the ASP. NET runtime environment.
- Notes on Excel operations using ASP. NET
- Summary of ASP. NET pen questions
- Php asp. NET contest
- Analysis of ASP. net ajax Components
- Analysis on installing ASP. NET on Windows Server 2003