Web services NET 4.5 WCF功能:HTTPS

Web services NET 4.5 WCF功能:HTTPS,web-services,wcf,iis,https,.net-4.5,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 现在我使用NET3.5。如果客户希望通过https工作,安装程序将检查IIS设置并将此端点添加到web.config,即 如果我理解正确,在Net4.5中,一个地址就足够了

新功能之一:

 New HTTPS protocol mapping to make it easier to expose an 
 endpoint over HTTPS with Internet Information Services (IIS).
这是否意味着我不再需要向服务添加https enpoint

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


如果我理解正确,在Net4.5中,一个地址就足够了

对于httphttps


是否正确?

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

有关详细信息和示例,请参阅以下链接: