Response Buffer Limit Exceeded

后端 未结 11 1268
没有蜡笔的小新
没有蜡笔的小新 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条回答
  •  Happy的楠姐
    2020-12-08 10:30

    Here is what a Microsoft support page says about this: https://support.microsoft.com/en-us/help/944886/error-message-when-you-use-the-response-binarywrite-method-in-iis-6-an.

    But it’s easier in the GUI:

    • In Internet Information Services (IIS) Manager, click on ASP.
    • Change Behavior > Limits Properties > Response Buffering Limit from 4 MB to 64 MB.
    • Apply and restart.

提交回复
热议问题