Flushing Response Buffer in ASP.NET
Brought to you by:
otto_mayer
Hello. Some of the PDFs I'm generating are taking a
long time to create and when I export them via
ASP.NET, the connections are timing out. Can you
create some support to be able to manually or
automatically flush to buffer out once in a while?
Thanks.
Great Work!
Logged In: YES
user_id=827360
"connections are timing out"... are you referring to ADO.NET
connection? If so, there are two timeout settings you'll want
to look at. Command.Timeout property and the timeout
setting of embedded in the connection string. If memory
serves they setting is 15secs by default.