问题
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