Reputation: 337
I want to redirect all the requests coming for Service1 to Service2.
I tried this using HTTPModule. But I have no luck. Please suggest any way to achieve this.
Many Thanks.
Upvotes: 3
Views: 1846
Reputation: 12680
A less code intensive way to redirecting calls can be done by the built-in WCF RoutingService capability. There is a good code sample that shows how to use its various features.
Upvotes: 3