WCF web service error: The service cannot be activated because it does not support ASP.NET compatibility

后端 未结 4 1878
無奈伤痛
無奈伤痛 2021-02-01 12:28

I am trying to create a restful wcf web service. When I try to connect to the service through the client I get the following error:

4条回答
  •  庸人自扰
    2021-02-01 13:19

    it will work :

    you have change this lines in code or add the line in web.config:

    
     
    
    

提交回复
热议问题