I wrote Windows appliance by vs XP2 in a webservice by SSPX in 2008 and it uses the WIFPP webservice I put in my webservice website wwwroot and now I can access it via local net. I create an XI file from my Win App My problem is this: When I run my Winapp on another computer in that local net, an exception occurred: Please help me figure this out. In addition I changed my IIS server port to 1234. And this port is listening to the state. And my website is 10.10.10.1 on IP Server No connection can be made because the target machine actively denied it. 0.1: 1234.
127.0.0.1 Loopbacks know this address allows the local machine to talk to itself. This is only useful if your customers and services are on the same machine. If you run your client on a different machine, then you need to make sure that it is using the service's hosting machine's "real" address.
You probably have the hardcode in the 127.0.0.1 service definition, find it in your app.config file and change it to use the correct address.
Comments
Post a Comment