此操作需要 IIS 集成管线模式。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.PlatformNotSupportedException: 此操作需要 IIS 集成管线模式。

源错误:

行 146:                _saveFileName += ".xls";
            行 147:            }
            行 148:            Response.Headers["Content-Disposition"] = "attachment;filename="+_saveFileName;
            行 149:            _SendToClient();
            行 150:        }


环境描述:
Vista Ultimate + Visual studio 2005(sp1) + Office2007 的基于本地文件系统ASP.NET项目。

相关文章:

  • 2022-03-05
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-08-31
  • 2021-05-26
  • 2021-08-05
猜你喜欢
  • 2021-12-31
  • 2021-12-23
  • 2022-12-23
  • 2021-08-24
  • 2021-06-29
  • 2021-05-30
  • 2022-02-18
相关资源
相似解决方案