WCF over SSL - 404 error

后端 未结 10 2271
执笔经年
执笔经年 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:17

    It didn't work for you before because you named your basicHttpBinding configuration basicHttpBinding but did not reference that configuration in your tag with the bindingConfiguration="basicHttpBinding"

    In your changes that did work by adding another service configuration you then did reference the binding configuration that contains the node hence causing it work.

提交回复
热议问题