ReportViewer timeouts in spite of timeout settings

前端 未结 4 1898
庸人自扰
庸人自扰 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:21

    Adding two of the config settings mentioned above did the trick for me.

    In the web.config for the site set the executionTimeout = "10800":

     
    

    In the Site.Master set AsyncPostBackTimeout="56000":

     
    

提交回复
热议问题