Share via


WebSiteProperties.EnableVsWebServer Property

Definition

Gets or sets whether to use the ASP.NET Development Server for running file system Web site projects.

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

Property Value

true if the ASP.NET Development Server is enabled; otherwise false.

Attributes

Applies to