AspLimits Class

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

EmbeddedObject

AspLimits

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF file WebAdministration.mof

See Also

AspCache Class
AspComPlus Class
AspSection Class
AspSession Class
EmbeddedObject Class
CIM_DATETIME