hi all,
can you please help me understand the following error message?
The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/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: '<html>
<head>
<title>Runtime Error</title>
Basically I am authenticating through a web service. Everything works fine
then suddently the error message appreas when loggin in to the website that
I am working on.
What I dont understand is that, I was testing the website, at first, when I try to log in,
through the web service, it works well.. while I was working with some dataset,
when I tried running the web app, then I tried to login, it prompts me with the mes ...
Go to the complete details ...