Hy everybody!
I've made a silverlight project(a card game) with WCF service hosting, and I test it on localhost. How can I connect with other computer to my own localhost? (
Hy everybody!
I've made a silverlight project(a card game) with WCF service hosting, and I test it on localhost. How can I connect with other computer to my own localhost? (
If you used VS hosted web server (aka Cassini), you can't access it from outside localhost. You need to deploy your service to IIS (for instance) to make it available to others.