System.Web.Configuration.ProcessModelSection.AutoConfig Property

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

Syntax

[System.Configuration.ConfigurationProperty("autoConfig", DefaultValue="False")]
public bool AutoConfig { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the ProcessModelSection.AutoConfig value is set to false, explicit Web.config values are used to determine performance configuration for the ASP.NET application. If the ProcessModelSection.AutoConfig value is set to true, the performance settings are automatically configured for the ASP.NET application.

The ProcessModelSection.AutoConfig value is explicitly set to true in the Machine.config file. The default code value is set to false. If the ProcessModelSection.AutoConfig value is removed from Machine.config, the explicit settings are used instead of the auto-configured settings.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0