ReportViewer timeouts in spite of timeout settings

前端 未结 4 1952
庸人自扰
庸人自扰 2021-02-07 04:54

I have an ASP.NET app that exposes a Microsoft ReportViewer (actually an MVC3 app with one WebForm hosting the ReportViewer). When running large reports, a timeout occurs causi

4条回答
  •  不要未来只要你来
    2021-02-07 05:09

    We had the exact same problem and in addition to changing the ScriptManager AsyncPostBackTimeout from the default of 90 seconds to a bigger value like 600 (10 minutes), we also had to change the Amazon ELB load balancer settings from 1 minute to 10 minutes. That worked for us.

提交回复
热议问题