Routing WCF Traffic Based on URI Domain Requested
- by Ian Patrick Hughes
Is there a way to route traffic to a target WCF service file based on the URL domain requested?
Basically, I have a single WCF RESTful services project with 3 service files offering different endpoints. It's hosted on a single IIS6 site looking for multiple host header values on port 80. I want to route traffic to different services files whether…