asp.net请求超时错误

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

你可能感兴趣的:(asp.net,Path)