AspLimits Class [IIS 7 and higher]
Configures properties related to ASP limits.
Syntax
class AspLimits : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the AspLimits class.
Name |
Description |
---|---|
BufferingLimit |
A read/write uint32 value that sets the maximum size of the ASP buffer. The default is 4194304. If response buffering is turned on, this property controls the maximum number of bytes that an ASP page can write to the response buffer before a flush occurs. |
MaxRequestEntityAllowed |
A read/write uint32 value that specifies the maximum number of bytes that are allowed in the entity body of an ASP request. The default is 200000. |
ProcessorThreadMax |
A read/write uint32 value that specifies the maximum number of worker threads per processor that IIS may create. The default is 25. |
QueueConnectionTestTime |
A read/write datetime value that specifies the amount of time ASP waits before checking whether the client that is associated with a queued request is still connected. The default is 3 seconds. If the client is no longer connected, the request is not processed and is deleted from the queue. |
QueueTimeout |
A read/write datetime value that specifies the amount of time that an ASP script request is allowed to wait in the queue. The default is 0 seconds. |
RequestQueueMax |
A read/write uint32 value that specifies the maximum number of concurrent ASP requests that are permitted into the queue. The default is 3000. |
ScriptTimeout |
A read/write datetime value that specifies the default length of time that ASP pages allow a script to run before terminating the script and writing an event to the Windows event log. The default is 1 minute 30 seconds. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Limits property of the AspSection class.
Inheritance Hierarchy
AspLimits
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
AspCache Class [IIS 7 and higher]
AspComPlus Class [IIS 7 and higher]
AspSection Class [IIS 7 and higher]
AspSession Class [IIS 7 and higher]
EmbeddedObject Class [IIS 7 and higher]