摘要: 在wcf项目下,找到web.config 文件修改如下<serviceDebug includeExceptionDetailInFaults="true"/> 阅读全文
posted @ 2012-07-24 17:03 mrma1989 阅读(272) 评论(0) 推荐(0) 编辑
摘要: protected void GetDownload(string xlfile) { string path = Server.MapPath(xlfile); System.IO.FileInfo file = new System.IO.FileInfo(path); Response.Clear(); Response.Charset = "GB2312"; Response.ContentEncoding = System.Text.Encoding.UTF8; // 添加头信息,为"文件下载... 阅读全文
posted @ 2012-07-24 16:26 mrma1989 阅读(226) 评论(0) 推荐(0) 编辑