I have a webpage that pulls information from a database, converts it to .csv format, and writes the file to the HTTPResponse.
string csv = GetCSV(); Respon
Add a "Content-Disposition" header with the value "attachment; filename=filename.csv".