The execution of the ASP page causes the response buffer to exceed its configured limit.

by ellie on 2008-08-02 21:56:07

An unhandled exception occurred ("006~ASP 0251~Response Buffer Limit Exceeded~The execution of this ASP page caused the response buffer to exceed its configured limit.") and it occurred in w3wp.exe [4028] [2007-9-3].

This is because there is a large amount of data on the page, with thousands of records, which caused the issue "Response Buffer Limit Exceeded. The execution of this ASP page caused the response buffer to exceed its configured limit."

If we set `response.buffer=false`, the issue can be resolved, but it becomes very slow. How can we solve this?

We can increase the size of the Buffer by doing the following: