IIS Express access from Android emulator

后端 未结 2 1433
醉梦人生
醉梦人生 2021-01-11 12:44

I know similar questions have been asked many times, but I still can\'t get it working correctly. I\'d like to be able to access IIS Express on my host machine from my Visua

2条回答
  •  不思量自难忘°
    2021-01-11 13:30

    You missed a few basic facts. 10.0.2.2 on Android emulator is translated to 127.0.0.1 on the host. Thus, change your bindings to

    
    
    

    You can also remove host headers from bindings by following this blog post,

    https://blog.lextudio.com/how-to-let-android-emulator-access-iis-express-f6530a02b1d3

提交回复
热议问题