Coming from XAMPP, using the Apache server, I am used to just test my websites in a networked computer by simply typing IPaddress
:PortNumber
on the address bar of the desired networked computer.
Then while developing with VS2017, I found out that it is not possible by default. While it works fine in the localhost, any networked computer is unable to access the website. What do I need to access to change the settings so that I can expose it to port 8012 rather than 127.0.0.1:8012 ?
I assume that's the problem here.