I try to run the server.exe from the Zip Deployment in Azure VM
The site start and listen to http://localhost:5000.
- How to access the site using a public ip from external? I already enable the firewall of the OS and Azure for port 5000-5001.
- How to configure the server.exe to listen to other port (example port 8080). I tried to modify server port in the Application Settings but the deploy zip still listen to port 5000-5001.