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.
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.<
Bill Parrott Senior Web Programmer, University of Kansas Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com) Personal Website (www.chimericdream.com)
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.
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.<