This documentation is archived and is not being maintained.
ProcessModelSection Properties
Visual Studio 2010
The ProcessModelSection type exposes the following members.
| Name | Description | |
|---|---|---|
|
AutoConfig | Gets or sets a value indicating whether ASP.NET performance settings are automatically configured for ASP.NET applications. |
|
ClientConnectedCheck | Gets or sets a value indicating how long a request is left in the queue. |
|
ComAuthenticationLevel | Gets or sets a value indicating the level of authentication for DCOM security. |
|
ComImpersonationLevel | Gets or sets a value indicating the level of authentication for COM security. |
|
CpuMask | Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes. |
|
CurrentConfiguration | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to. (Inherited from ConfigurationElement.) |
|
ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Inherited from ConfigurationElement.) |
|
Enable | Gets or sets a value indicating whether the process model is enabled. |
|
EvaluationContext | Gets the ContextInformation object for the ConfigurationElement object. (Inherited from ConfigurationElement.) |
|
IdleTimeout | Gets or sets a value indicating the period of inactivity after which ASP.NET automatically ends the worker process. |
|
Item[ConfigurationProperty] | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) |
|
Item[String] | Gets or sets a property, attribute, or child element of this configuration element. (Inherited from ConfigurationElement.) |
|
LockAllAttributesExcept | Gets the collection of locked attributes. (Inherited from ConfigurationElement.) |
|
LockAllElementsExcept | Gets the collection of locked elements. (Inherited from ConfigurationElement.) |
|
LockAttributes | Gets the collection of locked attributes (Inherited from ConfigurationElement.) |
|
LockElements | Gets the collection of locked elements. (Inherited from ConfigurationElement.) |
|
LockItem | Gets or sets a value indicating whether the element is locked. (Inherited from ConfigurationElement.) |
|
LogLevel | Gets or sets a value indicating the event types to be logged to the event log. |
|
MaxAppDomains | Gets or sets the maximum allowed number of application domains in one process. |
|
MaxIOThreads | Gets or sets a value indicating the maximum number of I/O threads per CPU in the CLR thread pool. |
|
MaxWorkerThreads | Gets or sets a value indicating the maximum amount of worker threads per CPU in the CLR thread pool. |
|
MemoryLimit | Gets or sets a value indicating the maximum allowed memory size. |
|
MinIOThreads | Gets or sets the minimum number of I/O threads per CPU in the CLR thread pool. |
|
MinWorkerThreads | Gets or sets the minimum number of worker threads per CPU in the CLR thread pool. |
|
Password | Gets or sets a value indicating the password to use for the Windows identity. |
|
PingFrequency | 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 | Gets or sets a value indicating the time interval after which a non-responsive worker process is restarted. |
|
Properties | Gets the collection of properties. (Inherited from ConfigurationElement.) |
|
RequestLimit | Gets or sets a value indicating the number of requests allowed before a worker process is recycled. |
|
RequestQueueLimit | Gets or sets a value indicating the number of requests allowed in the queue. |
|
ResponseDeadlockInterval | Gets or sets a value indicating the time interval for the worker process to respond. |
|
ResponseRestartDeadlockInterval | No longer used. |
|
RestartQueueLimit | 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. |
|
SectionInformation | Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.) |
|
ServerErrorMessageFile | Gets or sets a value indicating the file whose content must be used when a fatal error occurs. |
|
ShutdownTimeout | Gets or sets a value indicating the time allowed for the worker process to shut down. |
|
Timeout | Gets or sets a value indicating the number of minutes until ASP.NET launches a new worker process. |
|
UserName | Gets or sets a value indicating the user name for a Windows identity. |
|
WebGarden | Gets or sets a value enabling the available CPUs to run the worker processes. |
Show: