假设在服务器的根目录下有个名为Download的文件夹,这个文件夹存放一些提供给引用程序下载的文件 public void DownloadFile(string path, string name){ try{ System.IO.FileInfo file = new System.IO.FileInfo(path); Response.Clear(); Response.Charset = GB2312; Response.ContentEncoding = System.Text.Encoding.UTF8; // 添加头信息,为文件下载/另存