CreateVirtualDirectory.

AspBufferingOn Property

Summary

Specifies whether output from an ASP application will be buffered. If true, all output from the application is collected in the buffer before the buffer is flushed to the client. With buffering on, the ASP application has to completely process the ASP script before the client receives any output. The default is true.

Syntax

[TaskAttribute("aspbufferingon"), IisProperty]
public bool AspBufferingOn { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool