Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

ASP Buffer Limit Issue

I am trying to run a script that is throwing an error if it returns more than 290 records from a database.  I can run the query that appears to be returning the error in the sql server console with no problem.  Here is the error:

Response object error 'ASP 0251 : 80004005'

Response Buffer Limit Exceeded

/some_page.asp, line 0

Execution of the ASP page caused the Response Buffer to exceed its configured limit.

Any help would be much appreciated.  I have stepped through the code and can not find a problem.  I am writing data to the page using a dynamic array.  If I request a 291st row I get the error.  If I request 290 or less all is fine.
SOLUTION
Avatar of karl-henrik
karl-henrik
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Schneider

ASKER

I will try that but that does not resolve the root of the problem.  I routinely request in excess of 290 records, although I don't know that I do that with that dsn.  Could that be a problem?  Is there an IIS setting or a dsn setting that I am missing?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial