Windows 2003 Web Server Configuration Method

  

Recently, I upgraded the operating system of the school server to Windows Server 2003. In the process of configuring the Web server, I found many differences with Windows 2000 Server. In order to avoid detours, the following should be briefly summarized as follows: In Windows Server 2003, Internet Information Services (IIS) is upgraded to IIS 6.0, which is more secure. By default, Windows Server 2003 does not have IIS 6.0 installed and is installed through the Control Panel. To do this: 1. Go to “Control Panel”. 2. Double-click “Add or Remove Programs”. 3. Click “Add/Remove Windows Components”. 4. In the "Components" list box, double-click “Application Server”. 5. Double-click "Internet Information Services (IIS)”. 6. Select "World Wide Web Service" and "File Transfer Protocol (FTP) Service" from it. 7. Double-click "World Wide Web Service" to select "Active Server Pages" and "World Wide Web Service". After installing IIS, set up the web server as follows: 1. In the "Start" menu, select “Administrative Tools & Rarr; Internet Information Services (IIS) Manager”. 2. Double-click “Local Computer" in "Internet Information Services (IIS) Manager". 3. Right-click on “Website” and select ““New → Website” from the pop-up menu to open the “Website Creation Wizard”. 4. Fill in the "Site Description" ""IP Address", "Port Number> Port Number" "Path" and "Web Site Access Rights" Finally, the default document (Index.asp, Index.htm) should be set for easy access. The above settings are basically the same as the Windows 2000 Server website settings, but the Web service is only applicable to static content at this time, that is, the static page can be browsed normally, and the commonly used Active Server Pages (ASP) function is not enabled. Therefore, you should also select Allow “Active Server Pages" in "Internet Information Services (IIS) Manager" Web Service Extensions". In addition, it should also be noted that if the partition of the Web service home directory is NTFS format, and the ASP web page has a write operation (such as the use of the news background management function), you should pay attention to setting the write and modify permissions.

Copyright © Windows knowledge All Rights Reserved