腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(794)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
如何提高
executionTimeout
我想把超时时间增加到5分钟 <system.web> <httpRuntime targetFramework="4.7.1"
executionTimeout
="300
浏览 0
修改于2020-04-02
得票数 0
回答已采纳
1
回答
Httpruntime-
ExecutionTimeOut
当从CSV文件导入大量字段时,我得到了超时错误。导入时,它引用了在googling中,我发现我们可以通过以下具有指定持续时间的语句设置超时,但我们无法预测导入大型CSV文件所需的时间。如何通过C#代码配置最大超时,而不是通过web.config进行设置。
浏览 1
提问于2013-07-29
得票数 0
1
回答
executionTimeout
发送响应
当您设置httpRuntime
executionTimeout
时,是否切断了已经部分发送到客户端的响应?我注意到,在IIS请求队列中,偶尔会有一些请求运行时间比我们的
executionTimeout
设置长很多,并且IIS模块中的状态是SendResponse。
executionTimeout
是否包括将响应发送到客户端所需的时间? 请求执行时间。
浏览 3
提问于2015-07-21
得票数 3
2
回答
ExecutionTimeout
不工作
在Microsoft之后,我将
executionTimeout
设置为web.config,如下所示:<httpRuntime
executionTimeout
="360" /
浏览 11
提问于2013-11-08
得票数 0
回答已采纳
1
回答
试着抓住
ExecutionTimeout
不起作用
对于我的应用程序,我使用的是110秒的全局
ExecutionTimeout
。一个特定的页面会生成大量未处理的异常,因为它包含一个FileUpload控件。<httpRuntime maxRequestLength="2097152"
executionTimeout
="600" /> 'Check file size我很确定我不能检查客户端的文件大小,我不想继续弹出maxRequestLength和
executionTimeout
,我所要做的
浏览 3
修改于2013-10-22
得票数 1
1
回答
executionTimeout
与Server.ScriptTimeout的区别
将其放入站点的web.config中有什么区别: <system.web> <httpRuntime
executionTimeout
浏览 49
提问于2014-01-03
得票数 21
回答已采纳
1
回答
提高MVC控制器
executionTimeout
的方法
我想增加控制器方法的
executionTimeout
。location path="Components/FileUploadExplorer/Controllers/FileUpload/ChunkSave“<system.web> <httpRuntime
executionTimeout
浏览 2
提问于2021-02-19
得票数 0
1
回答
ASP.NET
executionTimeout
不扔
web.config:<httpRuntime targetFramework="4.5"
executionTimeout
浏览 2
提问于2015-05-19
得票数 4
1
回答
Asp.Net :
executionTimeout
+并行线程
在一个网页上,我启动一个并行进程来完成一个长时间运行的任务,然后发送一封电子邮件来跟踪它的“输出”。但有时线程似乎在发送电子邮件之前就结束了(电子邮件是我拥有的唯一轨迹),我认为这可能与超时有关。var thread = new Thread(() => var cli = Factory.GetClient(callBack); try msg = cli.SendFedCards(xmls.ToArray()); catch (Exc
浏览 0
修改于2013-04-08
得票数 0
回答已采纳
2
回答
executionTimeout
不使用asp.net mvc
<location path="Home/Index"> <httpRuntime
executionTimeout
="5"/> </system.web谁知道如何使
executionTimeout
在asp.net mvc中工作?
浏览 4
修改于2020-12-02
得票数 11
5
回答
ASP.NET MVC和httpRuntime
executionTimeout
我想增加ASP.NET MVC应用程序的一个子部分的httpRuntime
executionTimeout
。在常规的Web应用程序中,您可以使用: <location path="UploadPage.aspx"> <httpRuntime
executionTimeout
浏览 10
修改于2014-10-15
得票数 42
回答已采纳
6
回答
如何为长期运行的查询增加
executionTimeout
?
我发现缺省
ExecutionTimeout
值为110秒.I试图将其更改为500 (秒),但它没有解决我的问题。在某个地方,我发现设置
ExecutionTimeout
允许配置<compilation debug="false">属性。但是,这也解决不了我的问题。
浏览 0
修改于2015-06-25
得票数 61
2
回答
如何将
executionTimeout
设置为无穷大
如何将
executionTimeout
设置为无穷大。 页面上的一些时间数据是很大的,新的服务器需要时间.Want来灵活处理,这样就不会在延迟后出现错误。错误:等待操作超时
浏览 0
提问于2014-09-03
得票数 1
回答已采纳
1
回答
在ServiceHost中增加C#的maxRequestLength/
executionTimeout
如果这是一个web应用程序,我只需在web.config中增加maxRequestLength/
executionTimeout
。但是winforms项目中没有web.config。
浏览 4
修改于2012-10-25
得票数 0
回答已采纳
2
回答
因为有了
executionTimeout
,我的站点注销了。
在web.config中有这样的代码,假设它控制时间:
executionTimeout
="12000"谢谢
浏览 2
修改于2014-04-10
得票数 0
回答已采纳
1
回答
如何将httpRuntime
executionTimeout
设置为毫秒?
web.config设置中,我有以下设置 <httpRuntime targetFramework="4.5" maxUrlLength="10999" maxQueryStringLength="2097151"
executionTimeout
浏览 18
修改于2019-03-23
得票数 0
1
回答
web.config
executionTimeout
和IIS超时有什么区别?
Web.config中的以下条目之间有什么区别:IIS7.5中的此设置(默认网站>高级设置>连接限制):
executionTimeout
似乎与IIS不同。
浏览 12
提问于2016-03-17
得票数 4
2
回答
在代码中设置ASP.net
executionTimeout
/“刷新”请求
问题是,有时我会得到Http超时,可能是因为请求运行的时间比
executionTimeout
长(默认110秒)。我只是想知道我的选择是什么来防止这种情况,而不想通常增加web.config中的
executionTimeout
在PHP中,是存在的,它可以在一个函数中使用来延长它的寿命,但我在C#/ASP.net中没有看到这样的东西
浏览 0
修改于2015-10-08
得票数 14
回答已采纳
3
回答
是否有办法使
executionTimeout
在调试时生效?
有什么方法可以在
executionTimeout
时启用debug="True"
浏览 6
修改于2010-02-09
得票数 4
回答已采纳
2
回答
ASP.NET
ExecutionTimeout
对IIS托管的WCF服务没有影响
我猜想ASP.NET
ExecutionTimeout
会对我的IIS托管的WCF服务产生影响,但是它不会。 WCF中是否存在禁用
ExecutionTimeout
的魔法?
浏览 2
提问于2016-03-18
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券