开发者

In IIS how does one change the allowed postback duration so it doesn't timeout while debugging code behind?

开发者 https://www.devze.com 2023-02-09 15:54 出处:网络
In IIS how does one change the allo开发者_开发问答wed postback duration so it doesn\'t imeout while debugging code behind?

In IIS how does one change the allo开发者_开发问答wed postback duration so it doesn't imeout while debugging code behind? Perhaps this is in the web.config?


You could try setting the executionTimeout attribute In web.config:

<system.web>
    <httpRuntime executionTimeout="30000"/>
    ...
</system.web>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号