Share via


WebSiteProperties.EnableASPXDebugging Property

Definition

Gets or sets whether to enable debugging for .aspx files when invoking the debugger for the Web site project.

public:
 property bool EnableASPXDebugging { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1015)]
public bool EnableASPXDebugging { [System.Runtime.InteropServices.DispId(1015)] get; [System.Runtime.InteropServices.DispId(1015)] set; }
[<System.Runtime.InteropServices.DispId(1015)>]
[<get: System.Runtime.InteropServices.DispId(1015)>]
[<set: System.Runtime.InteropServices.DispId(1015)>]
member this.EnableASPXDebugging : bool with get, set
Public Property EnableASPXDebugging As Boolean

Property Value

true if debugging is enabled; otherwise false.

Attributes

Applies to