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.
Data type | DWORD |
Default inheritance | Inheritable |
User type | ASP_MD_UT_APP |
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 |
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.