apache および mono コンテキストで asp.net Web サービスのタイムアウトを増やしたいのですが、このコードは機能していません。
<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