Name
<processModel>
Synopsis
<processModel enable=boolean timeout="Infinite"|HH:MM:SS idleTimeout="Infinite"|HH:MM:SS shutdownTimeout="Infinite"|HH:MM:SS requestLimit=numRequests requestQueueLimit="Infinite"|numRequests restartQueueLimit="Infinite"|numRequests memoryLimit=percentMemory cpuMask=cpuNumBitMask webGarden=boolean userName=username password=password logLevel="All|None|Errors” clientConnectedCheck=HH:MM:SS comAuthenticationLevel="Default|None|Connect|Call|Pkt| PktIntegrity|PktPrivacy” comImpersonationLevel="Default|Anonymous|Identify|Impersonate| Delegate” responseRestartDeadlockInterval="Infinite"|HH:MM:SS responseDeadlockInterval="Infinite"|HH:MM:SS maxWorkerThreads=numThreads maxIoThreads=numThreads serverErrorMessageFile=fileName />
Contains attributes used to configure the ASP.NET worker process in IIS 5.
Scope
Machine only
Attributes
-
enable
Specifies whether the
<processModel>
settings are enabled. The default isTrue
.-
timeout
Specifies the life span, in the format
hh:mm:ss
, of the process. When this value expires, a new process is started and the current process is shut down. To disable the timeout, use the valueInfinite
. The default isInfinite
.-
idleTimeout
Specifies the life span of the process, when idle, in the format
hh:mm:ss
. When this value expires, the current process is shut down. To disable the timeout, use the valueInfinite
. The default isInfinite
.-
shutdownTimeout
Specifies the amount of time, in the format
hh:mm:ss
, that the process is given to shut ...
Get ASP.NET in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.