Certificate on a WCF service that does not use IIS

后端 未结 2 545
广开言路
广开言路 2020-12-13 23:07

I have a WCF application that normally runs in IIS (for my testing and production environments). But when I run it from my debugger it is setup to run self hosted (that is,

2条回答
  •  温柔的废话
    2020-12-13 23:30

    Yes, you have to have a base or endpoint address of HTTPS and you also have to specify the service certificate via a behavior

    
    
        
        
        
    
    
    

提交回复
热议问题