changes.mady.by.user Ertan Tike
Saved on Jul 01, 2021
...
<installdir>/Configuration/appsettings.json
Add following setting in configuration file and change host administration (5000) to free ports on your server. In this example we change host administration to 5001.
{ "HostAdmin": { "Kestrel": { "Endpoints": { "Http": { "Url": "http://*:5001" } } }, } }