I ran into an interesting problem with .Net 3.5 today, when trying to access response headers like so:
context.Response.Headers.Add("Content-Disposition", "attachment; filename=\"" + filename + "\"");
The application returns the error "This operation
Read More