| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <configuration> |
| 3 | <system.web> |
| 4 | <processModel |
| 5 | enable="true" |
| 6 | timeout="Infinite" |
| 7 | idleTimeout="Infinite" |
| 8 | shutDownTimeout="00:00:05" |
| 9 | requestLimit="Infinite" |
| 10 | requestQueueLimit="5000" |
| 11 | restartQueueLimit="10" |
| 12 | memoryLimit="40" |
| 13 | webGarden="false" |
| 14 | cpuMask="0xffffffff" |
| 15 | userName="System" |
| 16 | password="autogenerate" |
| 17 | logLevel="Errors" |
| 18 | clientConnectedCheck="00:00:05" |
| 19 | comAuthenticationLevel="Default" |
| 20 | comImpersonationLevel="Default" |
| 21 | responseDeadlockInterval="00:03:00" |
| 22 | responseRestartDeadlockInterval="00:09:00" |
| 23 | maxWorkerThreads="25" |
| 24 | maxIoThreads="25" |
| 25 | serverErrorMessageFile="" |
| 26 | pingFrequency="00:00:30" |
| 27 | pingTimeout="00:00:05" |
| 28 | /> |
| 29 | </system.web> |
| 30 | </configuration> |