WCF service returning 404 on method requests

后端 未结 8 1725
-上瘾入骨i
-上瘾入骨i 2020-12-09 03:06

I have a WCF service page running only WebGets/WebInvokes over SSL - it works fine on my local machine (self signed cert). On production, however, I can reach service.svc (a

8条回答
  •  Happy的楠姐
    2020-12-09 03:39

    You can implement transport level security using WsHttp bindings. See this article; in your bindings try this biding instead:

    
    
    
    
    
    
    
    

    The article mentions you should tie up the bindings with the end points.

提交回复
热议问题