在IIS7中用到ReportViewer的时候出现
"rsclientcontroller is undefined"等一连串错误。
可以通过使用更改服务器的Application Pools把程序的运行池的Managed pipeline mode从Integrated改到Classic来修复。
MSDN中是这么写的 :
Most managed applications should run successfully in application pools with integrated mode, but you may have to run in classic mode for compatibility reasons. Test the applications that are running in integrated mode first to determine whether you really need classic mode.
呵呵,若我的项目也附带这样的说明恐怕要卷铺盖走人了。
ReportViewer出现"rsclientcontroller is undefined"错误
最新推荐文章于 2023-12-27 17:18:17 发布
本文介绍了解决IIS7环境下ReportViewer组件出现“rsclientcontrollerisundefined”等问题的方法,通过将应用池的管理模式从Integrated更改为Classic来解决兼容性问题。

397

被折叠的 条评论
为什么被折叠?



