ProcessModelSection.MaxAppDomains Property
.NET Framework (current version)
Gets or sets the maximum allowed number of application domains in one process.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("maxAppDomains", DefaultValue = 2000)] [IntegerValidatorAttribute(MinValue = 1, MaxValue = 2147483646)] public int MaxAppDomains { get; set; }
If the MaxAppDomains threshold is exceeded, the least-used application domain is shut down if a new application domain must start.
.NET Framework
Available since 2.0
Available since 2.0
Show: