Problem Background:
The following situations often occur on the server. How can this problem be solved?
--------------------------------------------------------------------------------
Unable to display webpage
At present, there are too many users accessing the website.
Please try the following operations:
Click Refresh or try again later.
Go to the 192.168.3.11 homepage and find the link related to the required information.
HTTP Error 403.9-Access prohibited: too many connected users
Internet Information Service
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Background:
The cause of this error is that the Web server is busy and cannot process your request because of heavy traffic.
Details:
Microsoft support
----------------------------------
Solution:
We know that IIS allows up to 10 clients to connect to Windows 2000 Professional edition or Windows XP Professional Edition operating system. This connection restriction does not exist in Windows 2000 Server Edition or Windows 2003 Server Edition operating system.
Microsoft provides metaedit, a tool for managing IIS. metaedit works on Windows NT4.0 and Windows 2000. I found that metaedit works normally on Windows XP. 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 from the following address. The latest version is 2.2.
Http://download.microsoft.com/download/iis50/Utility/5.0/NT45/EN-US/MtaEdt22.exe
(For WINXP + SP2, download the latest version 2.11a of the SP2 limit connections patch and view the description at the end of this article)
Then, execute mtaedt22.exe and follow the wizard prompts to complete metaedit installation.
Finally, set the client connection limit parameter in metaedit.
After installing metaeditProgramClick metaedit 2.2 Under Group Administrative Tools. A window is displayed. Expand the tree to Lm // W3SVC on the left of the window,Click directly in the w3svc folder and select the maxconnections item in the list on the right. After double-clicking, a dialog box is displayed. In the last data text box, the default value is 10.This is the maximum number of client connections set by default for Windows XP Professional IIS. Now you can change this default value. I will change it to 10000,
There is a directory named 1 under this directory. Click above and select the maxconnections item in the list on the right., Double-click, and a dialog box is displayed. In the last data text box, the default value is 10, which is changed to another value. When I change the value, the maximum value is 40, greater than 40, and the value is automatically restored to 10.
Note: (1) here to change the number of connections in two places, marked in red; (2) on the Win2000 IIS client connection Max. 2000000000 from: http://blog.csdn.net/frankrade/article/details/2508661