AspNetDevelopmentServer(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.