gpt4 book ai didi

asp.net - "Request timed out."设置调试时出错= "false"

转载 作者:行者123 更新时间:2023-12-02 14:53:41 25 4
gpt4 key购买 nike

我有一个页面需要几分钟才能运行。当我设置 debug="false"<compilation />在 web.config 中标记时,我收到“请求超时”。错误(并且我的代码中的内部 try/catch block 出现“线程正在中止。”错误。

允许长页面在生产模式下运行的修复方法是什么? Debug模式是否有无限超时?

最佳答案

您应该只需要增加页面执行的脚本超时。默认为 90 秒,因此如果您需要更多时间,请在以下 system.web 元素(executionTimeout 属性)中更改它:

<httpRuntime executionTimeout="seconds"
maxRequestLength="kbytes"
minFreeThreads="numberOfThreads"
minLocalRequestFreeThreads="numberOfThreads"
appRequestQueueLimit="numberOfRequests"
useFullyQualifiedRedirectUrl="true|false" />

关于asp.net - "Request timed out."设置调试时出错= "false",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/911422/

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