(1) Open C: /Windows/inf/sysoc.inf
(2) In [Components], find this line
IIS = Iis.dll, Oceentry, Iis.inf, Hide, 7
(3) change it to
IIS = Iis2.dll, Oceentry, Iis2.inf ,, 7
This is because when I change Iis.dll, the MS Caching mechanism will fix it; I can change the IIS.dll, and quickly build a hidden Iis.dll directory to block it from being restored, but this is too trouble, it is better It is convenient to change to Iis2.dll in the setting.
(4) Crawl IIS.DL_ and IIS.IN_ from Win2k Adv Server CD. This method is effective for W98, FP, so I want it here. Enter the DOS command status, type
Expand Iis.dl_ Iis2.dll
Expand Iis.in_ Iis2.inf
Then copy Iis2.inf to C: / Windows / INF, copy Iis2.dll to C: / Windows / System32 / Setup.
(5) Now to the Control Panel Select "Add / Remove Programs", now there is an IIS option, it is finally installed, good! - Unfortunately I can't install it from XPPRO CD. : (((((
Next, install by default (because I only need it in it).
(6) During the installation process, the system will prompt to what files you need. They can get from MS XP Home CD, ADV Server CD, C: / Winnt / System32 / IneTsrv, C: / Windows / I386, etc. (it will tell you the file name, you can find it as long as you open the file search, maybe in the CD There is a full file you need).
(7) After the installation, you can set IIS in the control panel management tool.
I configure IIS according to the method described in INDEX.html, not: (((((((((((((((
I am right-click on the INETPUB folder, try to operate the shared folder, not: ((((((((((((
So I opened the event viewer and found an error in the above operation. Enter IIS now, in the Directory Security option, point Edit, Browse, select the setup file on the notebook.
(9) Great, finally see
Http: // Localhost's welcome page.
The IIS established by this method has 10 connection limits that can use Microsoft's official procedures to crack 10 concurrent connections.
Break through 10 IIS connections in your XP and 2000
http://download.microsoft.com/download/iis50/UTILITY/5.0/NT45/EN-US/MTAEDT22.EXE
Start after installation ----- program ----- Administrative Tools ----- metaedit
After opening, select LM on the left - W3SVC
Then find MaxConnections in the rest of the stack on the right.
Data is your maximum number of connections, change it yourself.
Maximum limit is 2000000000
In addition, you change to -1 is not limited.