Download content rather than view it in a Browser

Add the following line to ensure the user is prompted to download a file

Response.AddHeader "content-disposition","attachment; filename=fname.ext"


Leave a Reply