参考地址:
http://msdn.microsoft.com/zh-cn/library/7w2sway1(VS.80).aspx
<processModel
enable=”true|false”
timeout=”hrs:mins:secs|Infinite”
idleTimeout=”hrs:mins:secs|Infinite”
shutdownTimeout=”hrs:mins:secs|Infinite”
requestLimit=”num|Infinite”
requestQueueLimit=”num|Infinite”
restartQueueLimit=”num|Infinite”
memoryLimit=”percent”
webGarden=”true|false”
cpuMask=”num”
userName=”username”
password=”password”
logLevel=”All|None|Errors”
clientConnectedCheck=”hrs:mins:secs|Infinite”
comAuthenticationLevel=”Default|None|Connect|Call|
Pkt|PktIntegrity|PktPrivacy”
comImpersonationLevel=”Default|Anonymous|Identify|
Impersonate|Delegate”
responseDeadlockInterval=”hrs:mins:secs|Infinite”
responseRestartDeadlockInterval=”hrs:mins:secs|Infinite”
autoConfig=”true|false”
maxWorkerThreads=”num”
maxIoThreads=”num”
minWorkerThreads=”num”
minIoThreads=”num”
serverErrorMessageFile=””
pingFrequency=”Infinite”
pingTimeout=”Infinite”
maxAppDomains=”2000″
/>
默认使用方式:
<processModel
enable=”true”
timeout=”Infinite”
idleTimeout=”Infinite”
shutdownTimeout=”00:00:05″
requestLimit=”Infinite”
requestQueueLimit=”5000″
restartQueueLimit=”10″
memoryLimit=”60″
webGarden=”false”
cpuMask=”0xffffffff”
userName=”machine”
password=”AutoGenerate”
logLevel=”Errors”
clientConnectedCheck=”00:00:05″
comAuthenticationLevel=”Connect”
comImpersonationLevel=”Impersonate”
responseDeadlockInterval=”00:03:00″
responseRestartDeadlockInterval=”00:03:00″
autoConfig=”true”
maxWorkerThreads=”20″
maxIoThreads=”20″
minWorkerThreads=”1″
minIoThreads=”1″
serverErrorMessageFile=””
pingFrequency=”Infinite”
pingTimeout=”Infinite”
maxAppDomains=”2000″
/>