WCF 3.5 Service and multiple http bindings
- by mortenvpdk
Hi
I can't get my WCF service to work with more than one http binding.
In IIS 7 I have to bindings http:/service and http:/service.test both at
port 80
In my web.config I have added the baseAddressPrefixFilters but I can't add
more than one
<serviceHostingEnvironment>
<baseAddressPrefixFilters>
<add…