Put buffering and Response.Flush to good use May 15, 2001 IIS5 enables buffering by default, therefore all the output from your ASP is actually sent to the browser only when the page completes its processing. In many cases this approach