I'm trying to deploy my WCF web service to a free host to test it, but it gives me the following error:
The Binding with name WSDualHttpBinding failed validation because the Binding type System.ServiceModel.WSDualHttpBinding is not supported in partial trust. Consider using BasicHttpBinding or WSHttpBinding, or hosting your application in a full-trust environment.
Any ideas how can I set my hosting environment to Full-Trust or any other ways to solve this?