首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >ASP.Net httpruntime executionTimeout不工作(当然还有debug=false)

ASP.Net httpruntime executionTimeout不工作(当然还有debug=false)
EN

Stack Overflow用户
提问于 2010-12-20 21:21:14
回答 3查看 23K关注 0票数 23

我们最近刚刚注意到executionTimeout已经停止了在我们网站上的工作。去年它肯定是有效的。很难说是什么时候停止的。

我们目前正在运行:

  • Windows-2008x64
  • IIS7
  • 32bit binaries
  • Managed管道模式= classic
  • Framework版本= v2.0

Web.Config有

代码语言:javascript
复制
<compilation defaultLanguage="vb" debug="false" batch="true">
<httpRuntime executionTimeout="90" />

任何关于为什么我们看到Timetaken一直持续到大约20分钟的提示。DebugType的编译选项(full vs pdbonly)会有什么影响吗?

代码语言:javascript
复制
datetime       timetaken httpmethod Status  Sent    Received<BR>
12/19/10 0:10  901338    POST       302 456 24273<BR>
12/19/10 0:18  1817446   POST       302 0   114236<BR>
12/19/10 0:16  246923    POST       400 0   28512<BR>
12/19/10 0:12  220450    POST       302 0   65227<BR>
12/19/10 0:22  400150    GET        200 180835  416<BR>
12/19/10 0:20  335455    POST       400 0   36135<BR>
12/19/10 0:57  213210    POST       302 0   51558<BR>
12/19/10 0:48  352742    POST       302 438 25802<BR>
12/19/10 0:37  958660    POST       400 0   24558<BR>
12/19/10 0:06  202025    POST       302 0   58349<BR>
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4490017

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档