Share via


VSWebSite.EnsureServerRunning Method

Definition

Starts the ASP.NET Development Server, if necessary, and returns the URL for the Web site.

public:
 System::String ^ EnsureServerRunning();
[System.Runtime.InteropServices.DispId(12)]
public string EnsureServerRunning ();
[<System.Runtime.InteropServices.DispId(12)>]
abstract member EnsureServerRunning : unit -> string
Public Function EnsureServerRunning () As String

Returns

The URL for the Web site.

Attributes

Applies to