Summary
Indicates whether IIS thread gating is enabled (only applies to IIS 4 and 5).
The default is
false
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .Web - Containing Type
- Create
Virtual Directory
Syntax
[TaskAttribute("aspthreadgateenabled"), IisProperty]
public bool AspThreadGateEnabled { get; set; }
Remarks
IIS performs thread gating to dynamically control the number of
concurrently executing threads, in response to varying load conditions.
Attributes
Type | Description |
---|---|
TaskAttribute | |
Create |
Value
Type | Description |
---|---|
bool |