wcf - How to access my web service from any where? -


Just end my first WCF service I see it on my local network and fix all the work.

Now, I want to access the web service from anywhere in the word.

How can I do this?

Do I need to add a web service to the IIS as a web site? And thus would any word be able to use the web service?

Publish your service to the public IP address. This is the same concept of publishing a public web site.

Comments