Response.contentType = "Application / Msword"; Response.Appendheader ("Content-Disposition", "Attachment; FileName = Test.txt"); Response.Write ("ASDF"); response.end ();
ContentType can be viewed from the IIS Manager Properties of Server 2003