开发者

Securing WCF web services over SSL

开发者 https://www.devze.com 2022-12-18 10:45 出处:网络
Anyone know of any good articles that describe how to accomp开发者_如何学Clish this?All you would usually have to do is set your binding to use transport security, then have IIS set for SSL. That is a

Anyone know of any good articles that describe how to accomp开发者_如何学Clish this?


All you would usually have to do is set your binding to use transport security, then have IIS set for SSL. That is assuming your using a standard WCF binding and hosted in IIS.

You can google "wcf transport security" or see the main MSDN article: http://msdn.microsoft.com/en-us/library/ms733043.aspx

There is also this StackOverflow topic 425978/enable-ssl-for-my-wcf-service that shows a snipit of XML configuration.

If there is a more specific issue, then I can try to help further... Custom bindings or being self-hosted take a little more work.

0

精彩评论

暂无评论...
验证码 换一张
取 消