How can the error 'Client found response content type of 'text/html'.. be interpreted

后端 未结 9 1513
深忆病人
深忆病人 2020-12-18 17:54

I\'m using C# and connecting to a WebService via an auto-generated C# proxy object. The method I\'m calling can be long running, and sometimes times out. I get different err

9条回答
  •  春和景丽
    2020-12-18 18:30

    I had this happen as a result of a configuration error in web.config. Checking the connection string etc might be the answer for the time out.

提交回复
热议问题