Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AspNetDevelopmentServer Constructor (String^, String^, String^)

 

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

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
AspNetDevelopmentServer(
	String^ name,
	String^ pathToWebApp,
	String^ webAppRoot
)

Parameters

name
Type: System::String^

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

pathToWebApp
Type: System::String^

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

webAppRoot
Type: System::String^

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

Return to top
Show: