0

我想在 apache 和 mono 上下文中增加 asp.net webservice 的超时,但是这段代码不起作用:

  <sessionState timeout="120"></sessionState>

<compilation debug="false" targetFramework="4.0" />
<httpRuntime executionTimeout="85000"  />

<customErrors mode="Off"/>

4

1 回答 1

0

尝试以下链接中的步骤:

http://www.nullskull.com/q/10111748/how-can-we-increase-the-timeout-of-a-thread-from-webconfig.aspx

于 2013-09-13T16:53:44.540 回答