Increase the AspBufferingLimit value in the metabase or ...
Method 4: Increase the buffer limit
You can increase the buffering limit if one of the following conditions is true:- The client is not a Web browser.
- You cannot redesign the application to take advantage of a paging technology, such as the GridView class.
To increase the buffering limit, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- Type the following command, and then press ENTER:cd /d %systemdrive%\inetpub\adminscripts
- 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.
- Click Start, click Run, type cmd, and then click OK.
- Type the following command, and then press ENTER:cd /d %systemdrive%\inetpub\adminscripts
- Type the following command, and then press ENTER:cscript.exe adsutil.vbs GET w3svc/aspbufferinglimit