Suppose I have a WCF service which I need to host on a server in a country which blocks access to many sites.
So if I host my WCF for testing purpose on a server that is not in such a country, it works perfectly — but whenever I try to deploy it to any server in this country I can’t access it.
Is there any workaround for that?