'A read/write Boolean value. True if ASP.NET automatically configures certain attributes to achieve optimal performance that is based on the computer configuration; false if ASP.NET uses the explicitly defined values for the attributes.'
AutoConfig property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write datetime value that specifies how long a request is left in the queue before ASP.NET does a check to determine whether the client is connected.'
ClientConnectedCheck property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write sint32 value that specifies the maximum allowed memory size, as a percentage of total system memory, that the worker process can consume before ASP.NET starts a new process and reassigns existing requests.'
MemoryLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write string value (if present) that causes, together with the UserName property, the worker process to run with the configured Microsoft Windows identity.'
'A read/write datetime value that specifies the time interval at which the ISAPI extension pings the worker process to determine whether the process is running.'
PingFrequency property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write sint32 value that specifies the number of requests that are allowed before ASP.NET automatically starts a new worker process to take the place of the current one.'
'A read/write sint32 value that specifies the number of requests that are allowed in the queue before ASP.NET returns the message '503 -- Server Too Busy' to new requests.'
RequestQueueLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write datetime value that specifies the time interval after which the process is restarted if there are queued requests and there has not been a response during the specified interval.'
ResponseDeadlockInterval property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write datetime value, provided for backward compatibility, that specifies the time interval after which the process is restarted if there are queued requests and there has not been a response during the specified interval.'
ResponseRestartDeadlockInterval property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write sint32 value that specifies the maximum number of requests that IIS queues while it waits for the worker process to restart after a nonstandard termination.'
RestartQueueLimit property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write string value that specifies the contents of a file to use instead of the default message 'Server Unavailable' if a server unexpectedly stops responding.'
ServerErrorMessageFile property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
'A read/write string value that specifies that ASP.NET will run the worker process with a Windows identity that differs from the default process identity.'
'A read/write Boolean value. True if the CpuMask property is used to specify which CPUs are qualified to run ASP.NET processes; false if only one worker process is run and CPU usage is scheduled by the Windows operating system.'
WebGarden property is in 1 class (ProcessModelSection) of ROOT\WebAdministration\MS_409 and in 2 namespaces
Derived properties (3) of ProcessModelSection class