Summary
When browsing through a WebLink Website hosted on a Windows XP computer, you may receive the following error message even though there are only a small number of users connected to WebLink:
Too many connections.
You may also receive the following error message:
A lost connection has been detected. You may need to reload the page to continue.
Cause
Due to Windows XP not being a server operating system, IIS on Windows XP contains a limit on the number of simultaneous connections. By default, the limit is set to 10 concurrent connections.
Workaround 1
Increase the IIS connection limit on Windows XP to 40. This is the hard-coded maximum for Windows XP.
To increase the IIS MaxConnections limit
cscript %SYSTEMDRIVE%\inetpub\AdminScripts\adsutil.vbs SET W3SVC/MaxConnections 40
Workaround 2
Configure your Web browser to limit the maximum number of simultaneous connections to a server.
Internet Explorer 8
regedit
iexplore.exe
Firefox 2, Firefox 3
about:config
network.http.max-connections-per-server
Opera 9