现在的位置: 首页 > 综合 > 正文

asp.net请求超时错误

2013年10月14日 ⁄ 综合 ⁄ 共 263字 ⁄ 字号 评论关闭

   <location path="Site/Event/SceneBatchBooking.aspx">
    <system.web>
      <httpRuntime executionTimeout="1" />
    </system.web>
  </location>

 

 

        System.Threading.AutoResetEvent autoResetEvent = new System.Threading.AutoResetEvent(false);
        autoResetEvent.WaitOne();

抱歉!评论已关闭.