T O P I C R E V I E W |
StephenD |
Posted - 25 January 2006 : 00:48:10 I've got a modified active.asp that shows only active topics that are assigned to a specific user by matching strdbNtUsername with a value in another table.
What does this error mean?
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/active_mycases.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
..apart from my query is stuffed. < |
2 L A T E S T R E P L I E S (Newest First) |
StephenD |
Posted - 25 January 2006 : 02:34:34 Thanks Muzishun, I'd just moved to a new Win2003 server and I've got my host to increase buffer to 64MB (default in IIS6 was 4mb). Error persists. Tried putting Response.Buffer = False at top of page too.
Here's a link to a text copy of my file: http://www.staffcheck.com.au/active_mycases.txt I can't see any unclosed loops.
I wonder if I use MEMBER_ID in my custom table instead of a text field for the member name. At the time I built that I couldn't get the getmembername function to work properly. Pretty confident I could get it to work now though.< |
muzishun |
Posted - 25 January 2006 : 01:43:02 If I remember right, the last time I got that error, it meant there was an infinite loop somewhere. It took me about an hour to track down where the variable was freaking out, but it ended up keeping a loop running until it timed out.< |