CreateVirtualDirectory.

AspScriptErrorSentToBrowser Property

Summary

Specifies whether the Web server writes debugging specifics (file name, error, line number, description) to the client browser, in addition to logging them to the Windows Event Log. The default is true.

Syntax

[TaskAttribute("aspscripterrorsenttobrowser"), IisProperty]
public bool AspScriptErrorSentToBrowser { get; set; }

Attributes

Type Description
TaskAttribute
CreateVirtualDirectory.IisPropertyAttribute

Value

Type Description
bool