IIS6 ASP page execution causes the response buffer to exceed its configuration limit _win server

Source: Internet
Author: User
Tags numeric value server memory metabase

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.