A few days ago, my computer reinstalled the system and installed the Ghost Sp3 System in tomato garden. Today I plan to install IIS for fun, open Control Panel, click "add or delete programs", and click "Add/delete Windows Components". @ # ¥ % # Why is there no Internet Information Service (IIS) option ?" It's really depressing ~~~~
Follow these steps to install IIS on GHOST SP3 in Tomato Garden:
1. Open the installation information file sysoc in the C: \ Windows \ inf directory. inf, add iis = iis in [Components. dll, OcEntry, iis. inf, 7, save and exit
2. Find an installation disk of the XP system, or an ISO image file of the XP system, search for two files: IIS. DL _ and IIS. IN _, and copy the two files to the D disk;
3. Press the shortcut key Windows + R, Enter CMD in the running box, open the command prompt, and enter:
Expand D: \ iis. dl _ D: \ iis. dll
Expand D: \ iis. in _ D: \ iis. inf
In this way, two files are expanded: iis. dll and iis. inf.
4. Copy iis. dll to the C: \ WINDOWS \ system32 \ Setup directory.
Copy iis. inf to C: \ WINDOWS \ inf
5. Please try IIS installation. in the Windows component wizard box, the Internet Information Service (IIS) option is displayed. Install IIS immediately.
Finally, when you successfully install IIS and possibly enable Internet Information Service (IIS), you will find that it has not been started, and you cannot start it if you want to. The system has such an error: unexpected error 0x8ffe2740.
Solution
To solve this problem, you can perform any of the following operations:
• In IIS manager, change the website binding port to a port other than port 80.
• Stop the application using port 80 and start the website from IIS manager.