Response Buffer Limit Exceeded

后端 未结 11 1260
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 10:05

I am running a simple query to get data out of my database & display them. I\'m getting an error that says Response Buffer Limit Exceeded.

11条回答
  •  [愿得一人]
    2020-12-08 10:33

    You can increase the limit as follows:

    1. Stop IIS.
    2. Locate the file %WinDir%\System32\Inetsrv\Metabase.xml
    3. Modify the AspBufferingLimit value. The default value is 4194304, which is about 4 MB. Changing it to 20MB (20971520).
    4. Restart IIS.

提交回复
热议问题