AspScriptErrorSentToBrowser Property

MSBuild

The AspScriptErrorSentToBrowser property 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 AspScriptErrorMessage property provides the error message to be sent if this property is set to false.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AspScriptErrorSentToBrowser As Boolean
C#
public bool AspScriptErrorSentToBrowser { get; set; }
C++
public property bool AspScriptErrorSentToBrowser sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AspScriptErrorSentToBrowser();

/** property */
public void set_AspScriptErrorSentToBrowser(bool value);
JScript
public function get AspScriptErrorSentToBrowser() : bool

public function set AspScriptErrorSentToBrowser(value : bool);

Property Value

Value indicating if AspScriptErrorSentToBrowser is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.