devxlogo

May 15, 2001

Put buffering and Response.Flush to good use

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