How to install iis6.0 in XP
First, enter "C: \ WINDOWS \ INF \ sysoc. inf" in the running process. The system will automatically open the sysoc. inf file using notepad.
In sysoc. find the section "[components]" in INF, and find the section similar to "IIS = IIS. DLL, ocentry, IIS. INF, hide, 7, replace this line with "IIS = iis2.dll, ocentry, iis2.inf, 7 ". Save and close.
In the iis6.0 installation package, find the IIS. DL _ and IIS. In _ files and copy them to a directory on the hard disk (such as c :\). Open the "command prompt" in the Start menu and use the expand command to unbind IIS. DL _ and IIS. If _. The command format is:
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: \ i386 \ IIS. DL _ c: \ windows \ system32 \ Setup \ iis2.dll
Expand D: \ i386 \ IIS. In _ c: \ windows \ INF \ iis2.inf
In this case, open your control panel, click the "add and delete programs" icon, and then click "add and delete Windows Components". You will find that Internet Information Service (IIS) re-appeared! Next, follow the rules to install IIS. However, you must note that if you find the relevant files during installation, point the directory to the directory where the iis6.0 installation package is located.
Note the following:
If you need to insert window Whistler CD or provide the exch_adsiisex.dll file during installation, IIS is installed according to the default options. To solve this problem, you only need to click "details" when installing IIS, and then cancel the selection of SMTP (that is, do not install the SMTP server ), the two files will not be required when copying files.
Attachment: iis6.0 full package download
========================================================== ==================================
Exceeding the limit of IIS connection 10 in XP
Windows XP Professional Edition allows a maximum of 10 clients to connect. This connection restriction does not exist in Windows Server Edition or Windows Server Edition. the IIS they use is basically the same. There is certainly a way to break through its settings.
Go to the Microsoft website and find a IIS management tool metaedit. metaedit works on windowsnt4.0 and Windows2000. I found that metaedit works normally on WindowsXP. In addition, metaedit can only manage IIS of version ii4.0, iis5.0, or later.
The following uses this tool to break through the connection restrictions of the IIS client of Windows XP Professional Edition:
First, you need to download metaedit at the address below, the latest version is 2.2 http://download.microsoft.com/download/iis50/Utility/5.0/NT45/EN-US/MtaEdt22.exe
Then, execute mtaedt22.exe and follow the wizard prompts to complete metaedit installation. Finally, set the client connection limit parameter in metaedit. After metaedit is installed, click metaedit2.2 to run in the Program Group administrativetools in the Start Menu. The window is displayed: Expand the tree to Lm \ W3SVC on the left of the window, and click directly on the w3svc folder, select the maxconnections item in the list on the right. Double-click the item and the dialog box appears. In the final data text box, the default value is 10. This is the maximum number of client connections set by IIS in Windows XP Professional Edition, now you can change this default value. I will change it to the maximum value. Note: The maximum number of IIS client connections on win2000 is 2000000000.
References: http://www.polsnet.com/Article/network/lanmanage/200504/1197.html