views:

172

answers:

0

I have a Windows mobile project and a Web Service. I can connect to the dev server with a console app, but not the windows mobile emulator.

The emulator can access the network without issue. I have IIS installed. If I deploy the Web Service to the local IIS and update the reference the emulator can connect without issue.

Firefox can connect to the dev server at localhost but not the box's IP ...the firewall is completely off.

So the question in other words is how can I convince the dev server to accept connections from the outside (outside as in not on my dev box)?