Forward Hostname via my router to another PC for debugging

Posted by Markive on Server Fault See other posts from Server Fault or by Markive
Published on 2010-04-01T19:57:46Z Indexed on 2010/04/01 20:03 UTC
Read the original article Hit count: 256

Filed under:
|
|
|

Hi,

My web service runs on for example: http://mydomain.com/mywebservice.asmx. This works great, but I have a PDA application which I want to debug it synchronising through this web service. Currently the only way I can do this is to debug the webservice running on the actual server which is far from ideal.

What I would like to do is for any device connecting on my wireless network, if it requests mywebservice.asmx for this to forward the request to my development PC and for IIS to then handle the request and allow me to debug in Visual Studio.

So device on the network that requests the hostname: mywebservice.asmx will his this PC..

I am at a loss to set this up on my router (Zoom ADSL X6), this is massively out of my scope but any help would be much appreciated

© Server Fault or respective owner

Related posts about hostname

Related posts about forwarding