appsettings.json
and web.config
to work with Azure and then deploying to an existing web app.Universal.Server.exe
from the binary directory to utilize the Kestrel web server implementation in ASP.NET Core to start the web server.appsettings.json
file. We recommend that you create an appsettings.json
file in the default configuration folder.%ProgramData%\PowerShellUniversal
%HOME%/.PowerShellUniversal
appsettings.json
. By default, the configuration is defined to listen on port 5000 and on any address.appsettings.json
file to use a particular certificate and port. The below configuration uses the testCert.pfx
file and testPassword
and listens on port 5463.CurrentUser
or LocalMachine
.