reporting services报表部署错误:运行配置文件中指定的扩展时出现异常。 ---> 超过了最大请求长度。
昨天熬夜解决到凌晨才找到的解决方法!!!!!!1、打开报表服务器的安装目录中的web.config,比如我的目录在C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer2、打开web.config,找到<httpRuntime executionTimeout="9000" requestValidationMode="2.0" />,添加一个属性:maxRequestLength="999
原创
2020-08-28 10:17:53 ·
4896 阅读 ·
0 评论