我在下面的代码中获得了大数据报告的超时错误。
result = rs.Render(format, devInfo, out extension, out encoding, out mimeType, out warnings, out streamIDs);
我在web.config中针对该特定页面尝试了以下但没有帮助。
<system.web>
<httpRuntime executionTimeout="43200" maxRequestLength="104856"/>
</system.web>
如果有人知道解决方案,请回复此问题。提前谢谢!