Category Archive: IIS

May
10

IIS6 Asp Buffer Size değerini 4mb’den 16mb’a çıkarmak.

1. Click Start, click Run, type cmd, and then click OK. 2. Type the following command, and then press ENTER: cd /d %systemdrive%\inetpub\adminscripts 3. Type the following command, and then press ENTER: cscript.exe adsutil.vbs SET w3svc/aspbufferinglimit LimitSize Note LimitSize represents the buffering limit size in bytes. For example, the number 67108864 sets the buffering limit …

Continue reading »