P
PJ
When streaming a file attachment to the response stream, should I set
Response.BufferOutput = False
or
Response.Buffer = False
or both?
TIA~PJ
Response.BufferOutput = False
or
Response.Buffer = False
or both?
TIA~PJ