I hate looking around MSDN. I've been poking around for a little while now and I can't find what i"m looking for.

I'm hoping there is a Response.Save or something. I want to write the entire HTML doc to a file on the server side, incase the broswing user wants to save it. I'd hate to have to write everyline to Response.Write and then to a filehandle. I'm hoping I can just save the entire doc.

Any ideas?