I’ve got a fairly complex classic asp page that for some users doesn’t render completely at some times. I wonder if the response.buffer property might have something to do with that. Would setting it to false make it more likely to render completely? I suspect it’s crapping out at some point but can’t reproduce it on my end.
Share
Looks like it had something to do with running too many database connections on the page on an already congested server, near as I can figure.