On my development PC, I have VS.Net 2005 open, with a webservice being
debugged in ASP.Net Development Server.
I'd like to get the emulator to connect to this webservice and be able
to debug both sides of the transaction at the same time. I've tried all
sorts of combinations of networking with the emulator without success.
One problem seems to stem from the fact that the ASP.Net Development
Server will only answer connections that come from localhost. It cannot
be addressed by fully qualified name or by IP address.
Has anyone figured out how to make this setup work?