我想在 apache 和 mono 上下文中增加 asp.net webservice 的超时,但是这段代码不起作用:
<sessionState timeout="120"></sessionState>
<compilation debug="false" targetFramework="4.0" />
<httpRuntime executionTimeout="85000" />
<customErrors mode="Off"/>
尝试以下链接中的步骤:
http://www.nullskull.com/q/10111748/how-can-we-increase-the-timeout-of-a-thread-from-webconfig.aspx