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