How to make WP8 emulator access ASP.NET debug server

前提是你 提交于 2019-12-24 16:26:39

问题


Is it possible to get the WP8 emulator to access a ASP.NET Development debug server I run on my pc?

WP8 Emulator runs inside Hyper-V and the debug server on my pc is therefore not accessible to the emulator, is it possible to do so it is?

Only solution I can come up with is create a IIS server on my machine and debug that, but its much easier running development server.


回答1:


The problem isn't really "how to access the development server from the emulator", but "how to access the development server from a remote location". The emulator is 'just' another device connected to the network.

And for that, I can suggest a few links:

  • http://blog.waynehartman.com/archive/2010/05/30/218.aspx
  • Is There a Way to Make Remote Calls to ASP.NET Development Web Server?


来源:https://stackoverflow.com/questions/13185671/how-to-make-wp8-emulator-access-asp-net-debug-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!