<%@ Page Language="c#" %> Response.WriteFile() <%; string FileName; //make sure the text file is in the correct place. FileName = "file.txt"; Response.WriteFile(FileName); %>