Can't access Visual Studio project from IP, only http://localhost

后端 未结 5 887
忘了有多久
忘了有多久 2021-01-17 19:25

I\'m running a project in visual studio. I hit run and it launches IE pointing at http://localhost:1267

If I try to visit http://10.211.55.3:1267

5条回答
  •  生来不讨喜
    2021-01-17 20:22

    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.

提交回复
热议问题