views:

63

answers:

0

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 purposes 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.

Are there any workarounds for that?