1. operating environment and software requirements
Windows 2000 or above (excluding Windows XP Home)
IIS 4.0 or above
Microsoft Access 2000
Dreamweaver MX
2. install and configure IIS
A. Install IIS
If the IIS server has not been installed in the operating system, open the control panel and click "Add/delete programs". In the displayed dialog box, select "Add/delete Windows Components ", in the Windows component wizard dialog box, select "Internet Information Service (IIS)", click "Next", and follow the instructions in the Wizard to complete IIS installation. (For example, figure 1 and figure 2 are different from the installation interface of the Windows Server 123 operating system because the white tea 2003 is used)
The image of this topic is as follows:
The image of this topic is as follows:
B. Start Internet Information Service (IIS)
Internet Information Service (IIS), click the Start Menu of Windows-all programs-management tools-Internet Information Service (IIS) manager to start Internet Information Service (3)
The image of this topic is as follows:
C. Configure IIS
After IIS is installed, the system automatically creates a default web site. The main directory of this site is c: \ Inetpub \ www. Root by default.
Right-click "Default web site" and select "properties" from the shortcut menu. The site attribute Setting dialog box is displayed. (4) In this dialog box, complete all site configurations.
The image of this topic is as follows:
Main directory and enable parent path
Click the "home directory" tab to switch to the Home Directory settings page. (5) You can change or set the home directory. Check whether the "enable parent path" option is selected. If you do not select this option, it may affect the running of the program in the future. (6), main directory-configuration --- option.
The image of this topic is as follows:
The image of this topic is as follows:
Set homepage document
Click the "document" tab to switch to the settings page of the home page document. (7) When you type the website domain name in your browser and do not specify the webpage file you want to access, the default page file accessed by the system. The main page file name is index.htm?index.html=index.asp?index.php=index.jap、ult.htm=default.html and default. asp.
Only default.htm and default. asp are available in the iis main page. You can use the "add" and "delete" buttons to set the main page documents that can be parsed for the site.
Start and Stop IIS services
The toolbar of Internet Information Service provides the function of starting and stopping services. Click to start the IIS server. Click to stop the IIS server.
IIS installation and configuration