This could be due to the service endpoint binding not using the HTTP protocol

前端 未结 22 2376
梦谈多话
梦谈多话 2020-12-22 23:10

I have a WCF Service running fine on my local machine. I put it on the servers, and I am receiving the following error:

An error occurred while receiv

22条回答
  •  天命终不由人
    2020-12-23 00:14

    If you have a database(working in visual studio), make sure there are no foreign keys in the tables, I had foreign keys and it gave me this error and when I removed them it ran smoothly

提交回复
热议问题