web.config 143 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <system.web>
  4. <httpRuntime executionTimeout="10" />
  5. </system.web>
  6. </configuration>