Add the following line to ensure the user is prompted to download a file
Response.AddHeader "content-disposition","attachment; filename=fname.ext"
Add the following line to ensure the user is prompted to download a file
Response.AddHeader "content-disposition","attachment; filename=fname.ext"