Asp.Net Set Http Timeout

mybwu_com發表於2014-03-11

When processing long time TXN , may need to set timeout in config :


  <system.web>

<httpRuntime executionTimeout="300" />


相關文章