WebSiteProperties.EnableASPXDebugging Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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