NET 4.5 WCF功能:HTTPS

时间:2015-01-05 13:11:03

标签: web-services wcf iis https .net-4.5

新功能之一:

 New HTTPS protocol mapping to make it easier to expose an 
 endpoint over HTTPS with Internet Information Services (IIS).

这是否意味着我不再需要将https enpoint添加到服务中?

现在我使用NET 3.5。如果客户想通过https工作,安装程序检查IIS设置并将此端点添加到web.config中,即

http://myhost.com/mysvc.svc
https://myhost.com/mysvc.svc

如果我理解正确,在NET 4.5中就足够了一个地址

http://myhost.com/mysvc.svc

http https

这是对的吗?

1 个答案:

答案 0 :(得分:1)

根据以下网站; “在WCF 4.5中,如果为SSL启用了IIS,并且如果服务没有为特定绑定定义任何显式端点,则可以在IIS上托管WCF,并启用默认HTTP,即”basicHttpsBinding“。”

有关详细信息和示例,请参阅以下链接: http://www.dotnetcurry.com/showarticle.aspx?ID=866
http://johnlnelson.com/tag/wcf-4-5/