You can also download the IIS installation package online.
1) 1. The control panel does not contain the "-> Add/delete Windows Components-> Internet Information Service (IIS)" component. (This option is not available after some ghost systems are simplified.) add IIS to system components and install IIS. Download the iis5. installation package from the Internet, decompress it to the root directory of drive D (preferably the root directory to facilitate subsequent commands), and set the directory name to iis51
First, enter "C: \ WINDOWS \ INF \ sysoc" in "run" in the "Start" menu. INF ", in sysoc. find the "[components]" section in INF and add the section "IIS = iis2.dll, ocentry, iis2.inf, and 7" to it. Then save and close the section.
Next, enter "cmd" in the running process and press enter to start the command line mode. Enter the following two commands in the command line and press enter after each command line ends:
Expand D: \ iis51 \ IIS. DL _ c: \ windows \ system32 \ Setup \ iis2.dll
Expand D: \ iis51 \ IIS. In _ c: \ windows \ INF \ iis2.inf
Note that if you decompress the file to drive F, you can change d to drive F. At this time, you open the control panel-> Add/delete Windows Components, you will find that the Internet Information Service (IIS) installation options have appeared in the installation list.
After that, it will be the same as installing IIS normally, except that files cannot be found during installation (this is normal, because your IIS installation directory is not in the XP default directory ). In this case, you can click browse and select the directory you just decompressed. This allows you to select the installation file several times. After a while, IIS installation is complete. Click "finish ". However, this step is not complete, because the installation package is installed, you need to set IIS (otherwise, internal server 500 error will occur ).
2. Solutions to Database Link errors
Open start -- all programs -- Management Tools -- component services, on the left, choose "console root directory"> "component service"> "computer"> "my computer"> "COM + application ", right-click "IIS Out-of-process pooled Applications" in the right border, select Properties, click the "ID" tab, select "System Account", and then click OK to restart IIS.
3. You cannot go to "console root directory"> "component service"> "computer"> "my computer"> "COM + application ".
Go to "console root directory"-> "component service"-> "computer"-> "my computer"-> "COM + application". After an error occurs, error Code 8004e00f-com + cannot be used with Microsoft Distributed Transaction Coordination Program
Run MSDTC-resetlog at the beginning.
4.-> "COM + application" normally requires eight objects, if you do not have an IIS *** project, you can reinstall IIS in the control panel/component.
COM + Explorer
COM + QC dead letter queue listener
COM + utilities
IIS In-process applications
IIS Out-of-process pooled applications
IIS utilities
MS Software Shadow Copy Provider
System Application
2) 1. Download The iis5.1 installation file online and decompress it to any directory. Http://www.webjx.com/software/200504091iis51.rar
XP-IIS Service Recovery patch http://s21.live-share.com/d/3c/ AB /184360/XP-IIS______.rar
2. Click Start-run-Enter "C: \ WINDOWS \ INF \ sysoc. INF "(without quotation marks), a notepad file will pop up, find the section" [components] ", and add" IIS = IIS. DLL, ocentry, IIS. INF, 7 "(without quotation marks), if" IIS = .... this line is deleted and then added.
3. In the installation package, find "IIS. DL _" and "IIS. In _" (you can click the search button to find a new one) and copy it to c :\
Enter:
Expand c: \ IIS. DL _ c: \ windows \ system32 \ Setup \ IIS. dll
Expand c: \ IIS. In _ c: \ windows \ INF \ IIS. inf
4. Open Control Panel-Add/delete Windows Components and install IIS normally. During the installation, the system prompts you to insert the disc.
Find the "iis5.1 installation package" in the decompressed folder. You need to find it three times in total.
5. At this time, IIS has been installed successfully, but cannot execute ASP program, run the downloaded "XP-IIS Service Recovery patch ".
6. Test A program.-Success!
Note: Sometimes IIS cannot be started, mostly because port 80 is occupied. You can first disable anti-virus software, firewall, thunder, and other programs, and restart IIS after it is started successfully.