简体   繁体   中英

how to Access My host machine localhost from vmware mac

I need to debug my APIs made by visual studio using vm mac

So i need to access localhost in the parent or Host machine from the Guest Machine without publishing the project

Host Machine ==> Windows 10

Guest Machine ==> Mac os 10.14

Can any one help me?

Thanks

i made it by BINDING My IP To the project applicationhost.config file

<binding protocol="http" bindingInformation="*:1806:192.168.88.47" />

and using it as default See Image

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM