Response object error ' ASP 0251:80,004,005 '
Exceeded response buffer limit
Execution of this ASP page causes the response buffer to exceed its configuration limit.
Because there are more data on the page, there are thousands of them, resulting in "exceeding the response buffer limit." Execution of this ASP page causes the response buffer to exceed its configuration limit.
If response.buffer=false this way, it can be found, but very slow. How to solve?
We can increase buffer buffers by: First turn off the Iisadminservice service in the service.
Find windows\system32\inesrv\ under the MetaBase.xml, open, find aspbufferinglimit change him to the desired value, default is 4194304, that is, 4096kb,4m.
It is recommended that you modify it to a 41943040 (40M) or appropriate numeric value, depending on whether the server memory is large enough.
Then restart the Iisadminservice service.
Note:
1, pay attention to the storage of the server is enough.
2, and because of the large amount of data, the corresponding changes to the ASP processing time, namely:
Modify the "AspScriptTimeout" Default value of 90 (seconds)
Modify the "AspSessionTimeout" default value of 20 (minutes).
3, IIS running time locked under the windows\system32\inesrv\ of the MetaBase.xml file, modify can not save, need
net stop iisadmin, save OK, and then net start w3svc.
4, Win7 MetaBase.xml file can not be copied or modified, directly in IIS settings can be modified, the location for the iis--function view--asp--restricted properties--response buffer limit and maximum request entity body limit.