Méthode | Description | |
---|---|---|
StartWebServer ( ) : void |
Starts the web server. The web project folder is going to be extracted from the appSettings.webapp entry (from the configuration file) If the path is relative, it is going to be converted to an absolute path.
|
|
StartWebServer ( string webApplicationAbsolutePath ) : void |
Starts the web server using the specified web project path. Note that the path must be absolute.
|
|
StopWebServer ( ) : void |
Stops the web server.
|
public static StartWebServer ( string webApplicationAbsolutePath ) : void | ||
webApplicationAbsolutePath | string | The web application absolute path. |
Résultat | void |