ProcessModelSection.AutoConfig Property
.NET Framework 2.0
Gets or sets a value indicating whether ASP.NET performance settings are automatically configured for ASP.NET applications.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_AutoConfig () /** @property */ public void set_AutoConfig (boolean value)
public function get AutoConfig () : boolean public function set AutoConfig (value : boolean)
Not applicable.
Property Value
true if performance settings are automatically configured for ASP.NET applications; otherwise, false. The default value is false.If the AutoConfig value is set to false, explicit Web.config values are used to determine performance configuration for the ASP.NET application. If the AutoConfig value is set to true, the performance settings are automatically configured for the ASP.NET application.
The AutoConfig value is explicitly set to true in the Machine.config file. The default code value is set to false. If the AutoConfig value is removed from Machine.config, the explicit settings are used instead of the auto-configured settings.