AspBufferingOn

This property specifies whether browser output of an ASP page is buffered. If True, all output is collected before any is sent to the browser. The Response.Buffer method can be used to override this setting for an executing ASP page.

The following table describes this property:

Data type Boolean
Default value False
Default inheritance Inheritable

Accessible by IIS Admin Objects:

IIsWebService IIsWebServer IIsWebVirtualDir IIsWebDirectory


© 1997 by Microsoft Corporation. All rights reserved.