Hello
I have created a simple EntityServer project and deployed it to a remote server as per the instructions found on this web site. However when attempting to obtain data from the deployed instance I recieve the following error:
{"Content Type application/x-gzip was not supported by service
/AppDataService/EntityService.svc">http://<servername>/AppDataService/EntityService.svc. The client and service bindings may be mismatched."}
I have deployed then deployed to my local machine using the same instructions and there are no errors, also the development instance (on port 9009) works fine too. The remote web server is Windows 2008 R2, are there any additional instructions regarding the compression settings?
Thanks
Mark