logo
Published on Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS (http://www.sitebuddy.com)

IIS5 Disable Socket Pooling

By chris
Created 30 Jan 2006 - 7:27pm
To disable socket pooling, follow these steps:

1) Open a command prompt and make sure you are in the X:\Inetpub\Adminscripts folder (where X is the IIS installation drive).
2) From that folder run:
cscript adsutil.vbs set w3svc/disablesocketpooling true

The command replies as follows:
disablesocketpooling : (BOOLEAN) True

3) Restart the IIS Admin service.

For help to disable socket pooling with IIS 6 see: Disable socket pooling on IIS6

Source URL:
http://www.sitebuddy.com/IIS/IIS5/DisableSocketPooling