Wednesday, August 5, 2009

Increase the buffer limit

To increase the buffering limit, follow these steps:1.Click Start, click Run, type cmd, and then click OK.2.Type the following command, and then press ENTER:cd /d %systemdrive%\inetpub\adminscripts3.Type the following command, and then press ENTER:cscript.exe adsutil.vbs SET w3svc/aspbufferinglimit LimitSizeNote LimitSize represents the buffering limit size in bytes. For example, the number 67108864 sets the buffering limit size to 64 MB.To confirm that the buffer limit is set correctly, follow these steps:1.Click Start, click Run, type cmd, and then click OK.2.Type the following command, and then press ENTER:cd /d %systemdrive%\inetpub\adminscripts3.Type the following command, and then press ENTER:cscript.exe adsutil.vbs GET w3svc/aspbufferinglimit