R
Rene Ruppert
Hi,
I think right now I'm down to the real problem why my webservices cannot be
run on the device emulator.
The IP of my desktop PC is 192.168.178.2 but under this IP I cannot reach a
single webservice. When entering
http://192.168.178:3220/WebSite1/Webservice.asmx I get a page not found
error.
The file can only be reaced at 127.0.0.1, which is the localhost IP. On the
device emulator, 127.0.0.1 also seems to be localhost, but the one of the
device, so this won't work.
How can I configure the built in webserver of VS2005 to make my site
accesible at 192.168.178.2?
I'm developing under Win XP and just installed the IIS and pointed its
website to the directory of the ASMX file but this solution doesn't work
either.
Any hints?
Thanks.
René
I think right now I'm down to the real problem why my webservices cannot be
run on the device emulator.
The IP of my desktop PC is 192.168.178.2 but under this IP I cannot reach a
single webservice. When entering
http://192.168.178:3220/WebSite1/Webservice.asmx I get a page not found
error.
The file can only be reaced at 127.0.0.1, which is the localhost IP. On the
device emulator, 127.0.0.1 also seems to be localhost, but the one of the
device, so this won't work.
How can I configure the built in webserver of VS2005 to make my site
accesible at 192.168.178.2?
I'm developing under Win XP and just installed the IIS and pointed its
website to the directory of the ASMX file but this solution doesn't work
either.
Any hints?
Thanks.
René