Tripfree

Response.Clear();
Response.AddHeader(“content-disposition”, “attachment; filename=” + “http://www.freetobook.com/affiliates/ical/1a20cae3e3.ics”);
Response.WriteFile(virtualPath);
Response.ContentType = “”;
Response.End();