I\'m running a project in visual studio. I hit run and it launches IE pointing at http://localhost:1267
http://localhost:1267
If I try to visit http://10.211.55.3:1267
http://10.211.55.3:1267
To do this you need to edit applicationhost.config file manually
Aplication will be accessible on:
localhost:57177 127.0.0.1:57177
If you want remote access, I think adding your IP address and disabling firewall will do it.