I have a .net core web app that I would like to install as a regular app on Windows or OSX. If I deploy that as a self contained app, will the web server start when the .exe is run? And, how can I configure what port the app will listen on?
My long term goal would be to create a UI to let the user configure some stuff and have the app distributable from Windows Store and/or Mac AppStore, but I'm not sure if this is possible?