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.
Error is : Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /abc/test_maintenanceDetail.asp, line 0 Execution of the ASP page caused the Response Buffer to exceed its configured limit.
I have also tried Response.flush in my loop and also use response.buffer = false in my top of the page, but still i am not getting any data My database contains 5600 records for that, pls give me some steps or code to solve this Is there any other solution for that..kindly help me..its urgent
Thanks,
解决方案
The support of Microsoft says this
http://support.microsoft.com/kb/925764
but on the GUI it's easier:
In server manager click on ASP.
Change buffer limit 4mb to 64mb.
Apply and restart.
我运行一个简单的查询来获取数据了我的数据库和放大器;显示它们。我收到说超过响应缓冲区限制错误。
错误是:响应对象错误'ASP 0251:80004005'
超过响应缓冲区限制
/abc/test_maintenanceDetail.asp,行0
ASP页的执行造成响应缓冲区超过其配置限制。
我也试图Response.flush在我的循环,也可以使用将Response.Buffer =假在我的页面上方,但仍我没有得到任何数据
我的数据库包含5600记录中,请给我一些步骤或code来解决这个
是否有that..kindly帮助任何其他解决方案me..its紧急
谢谢,
解决方案
微软的支持说,这
http://support.microsoft.com/kb/925764
但在GUI上更容易:
在ASP的服务器管理器点击。
更改缓冲区限制为4MB 64MB。
应用并重新启动。