The properties of System.Web.Configuration.ProcessModelSection are listed below. For a list of all members, see the ProcessModelSection Members list.
See Also: Inherited members from System.Configuration.ConfigurationSection
AutoConfig | bool.
Gets or sets a value indicating whether ASP.NET performance settings are automatically configured for ASP.NET applications. | |
ClientConnectedCheck | TimeSpan.
Gets or sets a value indicating how long a request is left in the queue. | |
ComAuthenticationLevel | ProcessModelComAuthenticationLevel.
Gets or sets a value indicating the level of authentication for DCOM security. | |
ComImpersonationLevel | ProcessModelComImpersonationLevel.
Gets or sets a value indicating the level of authentication for COM security. | |
CpuMask | int.
Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes. | |
Enable | bool.
Gets or sets a value indicating whether the process model is enabled. | |
IdleTimeout | TimeSpan.
Gets or sets a value indicating the period of inactivity after which ASP.NET automatically ends the worker process. | |
LogLevel | ProcessModelLogLevel.
Gets or sets a value indicating the event types to be logged to the event log. | |
MaxAppDomains | int.
Gets or sets the maximum allowed number of application domains in one process. | |
MaxIOThreads | int.
Gets or sets a value indicating the maximum number of I/O threads per CPU in the CLR thread pool. | |
MaxWorkerThreads | int.
Gets or sets a value indicating the maximum amount of worker threads per CPU in the CLR thread pool. | |
MemoryLimit | int.
Gets or sets a value indicating the maximum allowed memory size. | |
MinIOThreads | int.
Gets or sets the minimum number of I/O threads per CPU in the CLR thread pool. | |
MinWorkerThreads | int.
Gets or sets the minimum number of worker threads per CPU in the CLR thread pool. | |
Password | string.
Gets or sets a value indicating the password to use for the Windows identity. | |
PingFrequency | TimeSpan.
Gets or sets a value indicating the time interval at which the ISAPI extension pings the worker process to determine whether it is running. | |
PingTimeout | TimeSpan.
Gets or sets a value indicating the time interval after which a non-responsive worker process is restarted. | |
RequestLimit | int.
Gets or sets a value indicating the number of requests allowed before a worker process is recycled. | |
RequestQueueLimit | int.
Gets or sets a value indicating the number of requests allowed in the queue. | |
ResponseDeadlockInterval | TimeSpan.
Gets or sets a value indicating the time interval for the worker process to respond. | |
ResponseRestartDeadlockInterval | TimeSpan.
No longer used. | |
RestartQueueLimit | int.
Gets or sets a value indicating the maximum number of requests queued by the ISAPI while waiting for a new worker process to start handling the requests. | |
ServerErrorMessageFile | string.
Gets or sets a value indicating the file whose content must be used when a fatal error occurs. | |
ShutdownTimeout | TimeSpan.
Gets or sets a value indicating the time allowed for the worker process to shut down. | |
Timeout | TimeSpan.
Gets or sets a value indicating the number of minutes until ASP.NET launches a new worker process. | |
UserName | string.
Gets or sets a value indicating the user name for a Windows identity. | |
WebGarden | bool.
Gets or sets a value enabling the available CPUs to run the worker processes. |
[read-only] override | ElementProperty | System.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection.
Gets the System.Web.Configuration.ProcessModelSection properties. |