A "Too many connections" Error Occurs When Browsing a WebLink Site Hosted on Windows XP.

June 1, 2009 | KB: 1012233
Web Access 8, WebLink 8

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

  1. Click Start and click Run.
  2. Type the following and click OK to increase the MaxConnections limit to 40:
  3. 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

  1. Click Start and click Run.
  2. Type the following to load the Windows Registry Editor:
  3. regedit

  4. Expand HKEY_LOCAL_MACHINE.
  5. Expand SOFTWARE.
  6. Expand Microsoft.
  7. Expand Internet Explorer.
  8. Expand MAIN.
  9. Expand FeatureControl.
  10. Expand FEATURE_MAXCONNECTIONSPERSERVER.
  11. From the Edit menu, point to New and click DWORD Value.
  12. Name the new value:
  13. iexplore.exe

  14. Set the value to 2 in decimal.

Firefox 2, Firefox 3

  1. Load Firefox.
  2. In the URL bar, type the following to load Firefox's configuration page:
  3. about:config

  4. Locate the following preference:
  5. network.http.max-connections-per-server

  6. Set the value to 2.

Opera 9

  1. Load Opera.
  2. From the Tools menu, click Preferences.
  3. Click the Advanced tab.
  4. Select the Network item.
  5. Set the Max connections to a server option to 2.