Hello All,
I having some issues deploying a wcf service using WSDualHttpBinding into Azure.
When I try to run my server and client locally with administrator rights everything run smoothly. I can deploy the server side on Azure App Service using publish in VisualStudio, I can access my service using : xxx. azurewebsites.net/ service.svc
So everything looks good from the server side. But when I try to access my service using Azure App Service, it raise the following exception :
“The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The
first 1024 bytes of the response were….”
Using Fiddler, I look at the Xml response, and it looks like the webpage at xxx. azurewebsites.net /service.svc
I’m really confuse where I am missing something, I’m new to WCF and Azure so any help would be really appreciated.
PS : I can't post my configurations because my account is not yet validated so I can't post any link or image
Best,