摘要:通常我们在做文件下载或文件导出的时候,在把二进制流文件发送到客户端之前都要为HTTP头加上一此属性: HttpContext.Current.Response.Clear(); HttpContext.Current.Response.Buffer = true; HttpContext.Current.Response.Charset ="gb2312"; HttpContext.Current...
阅读全文
文章分类 - .net拾遗
摘要:通常我们在做文件下载或文件导出的时候,在把二进制流文件发送到客户端之前都要为HTTP头加上一此属性: HttpContext.Current.Response.Clear(); HttpContext.Current.Response.Buffer = true; HttpContext.Current.Response.Charset ="gb2312"; HttpContext.Current...
阅读全文
摘要:当在IIS虚拟目录下运行站点时,出现如下错误:Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\86626e3b\77a90e1b\yahn4_4d.dll' -- 'Access is denied解决的方法是:找到IIS的...
阅读全文
摘要:如果发现程序运行超慢,可以输出每一个函数的执行时间间隔,以找到慢的原因!
阅读全文
|