Share via


AspNetDevelopmentServer(String, String, String) Constructor

Definition

Initializes an instance of the AspNetDevelopmentServer class by using the provided name, Web application path, and root name of the Web application.

public:
 AspNetDevelopmentServer(System::String ^ name, System::String ^ pathToWebApp, System::String ^ webAppRoot);
public AspNetDevelopmentServer (string name, string pathToWebApp, string webAppRoot);
new Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer : string * string * string -> Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer
Public Sub New (name As String, pathToWebApp As String, webAppRoot As String)

Parameters

name
String

A string that contains the name of this instance of the ASP.NET Development Server.

pathToWebApp
String

A string that contains the full path of the Web application.

webAppRoot
String

A string that contains the name of the root for the Web application.

Applies to