Gets or sets a value indicating the maximum allowed memory size.
Syntax
[System.Configuration.ConfigurationProperty("memoryLimit", DefaultValue="60")] public intMemoryLimit { set; get; }
Value
Documentation for this section has not yet been entered.
Remarks
The memory size is expressed as a percentage of the total system memory. This is the amount of memory a worker process can consume before ASP.NET restarts (bounces) it.