I am trying to display mht files that are being generated using ActiveReports. The code below shows how I am trying to display these to the users. Response.ClearHeaders() Response.ClearContent() Response.AddHeader("Content-Disposition", "attachment; filename=Certificate.mht") Response...