MD_ASP_BUFFERINGON

This identifier specifies whether output from an ASP application will be buffered. If the value is TRUE, all output from the application is collected in the buffer before the buffer is flushed to the client browser.

Attributes

Data type DWORD
Default inheritance Inheritable
User type ASP_MD_UT_APP

Values

Value Range
TRUE | FALSE
Default Value
FALSE

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer
/LM/W3SVC/n/ROOT IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory IIsWebDirectory

Remarks

The value of this identifier can be set by an executing ASP script by accessing the Buffer method in the Response built-in object. An ASP script can also call the Flush method to send all buffered output to the client, even if the application has not finished its task.

See Also

AspBufferingOn


© 1997 by Microsoft Corporation. All rights reserved.