WCF over SSL - 404 error

后端 未结 10 2270
执笔经年
执笔经年 2020-12-13 12:58

Okay, I must be missing something utterly simple here, because I\'ve been googling for days, and looking at dozens of answers there, and here on SO, and i just CANNOT get th

10条回答
  •  爱一瞬间的悲伤
    2020-12-13 13:38

    Just another thing to check if you're encountering the same 404 error as OP. I fiddled with lots of things, but finally the solution came down to merely adding the namespace to my service web.config.

    So plain old ServiceFoo and IServiceFoo did NOT work:

      
         
            
            
         
      
    

    But adding the namespace (ProjectBar) DID work:

      
         
            
            
         
      
    

提交回复
热议问题