Setting IIS Maximum Connections To More Than 10
Every project I am working on, I test against 5 different browsers: Safari, Mozilla, IE7, Opera and IE6 on the same machine. Since Safari has entered the browser lineup, I have been receiving an annoying "HTTP 403.9 - Access Forbidden: Too many users are connected" message.
To solve this issue, do the following:
- Download the Administrative Plugin MetaEdit from Microsoft : http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B301386
- Install Application (Comes with old files so skip these in the installation)
- Go to Administrative Tool in Control Panel and launch MetaEdit 2.2
- Navigate to the key LM/W3WSVC/MaxConnections
- Change the value from 10 to the number of connections you need. I chose : 2000000000 to be extra safe ;-)
This will work on:
- Microsoft Internet Information Server 5.1 on Windows XP Professional
- Microsoft Internet Information Server 4.0, when used with:
Microsoft Windows NT 4.0
Microsoft Windows 2000 Standard Edition
- Microsoft Internet Information Services 5.0, when used with:
Microsoft Windows NT 4.0
Microsoft Windows 2000 Standard Edition
Comments
Thanks a lot. I was in a class with more then 10 students trying to hit my laptop and ran into this error. Thanks to you I can go on teaching. You are the MAN.