How can WCF support multiple IIS Binding specified per site in WCF (.NET Framework 3.5 Solution)

Ref:http://vincenthomedev.wordpress.com/2008/03/17/topxml-how-can-wcf-support-multiple-iis-binding-specified-per-site-in-wcf/

Solution in .Net Fx3.5: BaseAddressPrefixFilters

<system.serviceModel>

<serviceHostingEnvironment>

<baseAddressPrefixFilters>

        <add prefix=”http://shipping.myorg.com”/>

</baseAddressPrefixFilters>

</serviceHostingEnvironment>

</system.serviceModel>

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注