I wrote a .Net Webservice and started it on my PC with Visual Studio. Accessing it locally with http://localhost:28250/MyService.asmx works just fine! However, I would now like to call it also from another PC that is in the same LAN. For that I disabled the firwall and entered a port permission into the router. Unfortunatelly though it doesn’t work…It only indicates that the page can not be found 🙁
Could you please help me?
Thanks!
You should publish your webservice on IIS for this.
This link should drive you in the right direction.