asp.net请求超时错误

来源:互联网 发布:文明5超级大国mac 编辑:程序博客网 时间:2024/06/07 11:34

   <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();

原创粉丝点击