System.Web.Configuration.ProcessModelSection: Property Members

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

Public Properties

AutoConfigbool.

Gets or sets a value indicating whether ASP.NET performance settings are automatically configured for ASP.NET applications.

ClientConnectedCheckTimeSpan.

Gets or sets a value indicating how long a request is left in the queue.

ComAuthenticationLevelProcessModelComAuthenticationLevel.

Gets or sets a value indicating the level of authentication for DCOM security.

ComImpersonationLevelProcessModelComImpersonationLevel.

Gets or sets a value indicating the level of authentication for COM security.

CpuMaskint.

Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes.

Enablebool.

Gets or sets a value indicating whether the process model is enabled.

IdleTimeoutTimeSpan.

Gets or sets a value indicating the period of inactivity after which ASP.NET automatically ends the worker process.

LogLevelProcessModelLogLevel.

Gets or sets a value indicating the event types to be logged to the event log.

MaxAppDomainsint.

Gets or sets the maximum allowed number of application domains in one process.

MaxIOThreadsint.

Gets or sets a value indicating the maximum number of I/O threads per CPU in the CLR thread pool.

MaxWorkerThreadsint.

Gets or sets a value indicating the maximum amount of worker threads per CPU in the CLR thread pool.

MemoryLimitint.

Gets or sets a value indicating the maximum allowed memory size.

MinIOThreadsint.

Gets or sets the minimum number of I/O threads per CPU in the CLR thread pool.

MinWorkerThreadsint.

Gets or sets the minimum number of worker threads per CPU in the CLR thread pool.

Passwordstring.

Gets or sets a value indicating the password to use for the Windows identity.

PingFrequencyTimeSpan.

Gets or sets a value indicating the time interval at which the ISAPI extension pings the worker process to determine whether it is running.

PingTimeoutTimeSpan.

Gets or sets a value indicating the time interval after which a non-responsive worker process is restarted.

RequestLimitint.

Gets or sets a value indicating the number of requests allowed before a worker process is recycled.

RequestQueueLimitint.

Gets or sets a value indicating the number of requests allowed in the queue.

ResponseDeadlockIntervalTimeSpan.

Gets or sets a value indicating the time interval for the worker process to respond.

ResponseRestartDeadlockIntervalTimeSpan.

No longer used.

RestartQueueLimitint.

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.

ServerErrorMessageFilestring.

Gets or sets a value indicating the file whose content must be used when a fatal error occurs.

ShutdownTimeoutTimeSpan.

Gets or sets a value indicating the time allowed for the worker process to shut down.

TimeoutTimeSpan.

Gets or sets a value indicating the number of minutes until ASP.NET launches a new worker process.

UserNamestring.

Gets or sets a value indicating the user name for a Windows identity.

WebGardenbool.

Gets or sets a value enabling the available CPUs to run the worker processes.

Protected Properties

[read-only]
override
ElementPropertySystem.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered.
[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection.

Gets the System.Web.Configuration.ProcessModelSection properties.