Configuration binding extension 'system.serviceModel/bindings/basicHttpsBinding' could not be found

后端 未结 4 1951
旧时难觅i
旧时难觅i 2021-02-07 04:21

I am getting this error when I try to navigate to my .svc file. It appears that it\'s not finding my basicHttpsBinding; here\'s that section of my web.config:

&         


        
4条回答
  •  攒了一身酷
    2021-02-07 05:10

    if you use framework 4.5 or up you can add below code to your web.config

    The following attributes can be set on the tag.

      
        
      
    

提交回复
热议问题