Share via


WebSiteProperties3.StartWebServerOnDebug Property

Definition

Gets or sets a value that indicates whether this Web site project should start the ASP.NET Development Server when the user clicks Debug if this Web site is not the start-up project in the solution.

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

Property Value

true if this project will launch the ASP.NET Development Server when the user clicks Debug; otherwise, false.

Attributes

Applies to