I am getting this error when the number of records are returning more data.(above 3000 records)
Response object, ASP 0251 (0x80004005)
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
I tried Response.Buffer = False .That made a very very slow loading of the page.
and administrator do not want to increse the Response buffering in the IIS.
How can i solve this error?
Start Free Trial