gpt4 book ai didi

asp.net - 如何修改aspx页面的超时时间?

转载 作者:行者123 更新时间:2023-12-04 07:15:00 25 4
gpt4 key购买 nike

有没有办法手动增加/减少特定aspx页面的超时时间?

最佳答案

在 web.config 中:

   <configuration>
<location path="~/Default.aspx">
<system.web>
<httpRuntime executionTimeout="1000"/>
</system.web>
</location>
</configuration>

关于asp.net - 如何修改aspx页面的超时时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/223535/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com