I want to redirect all requests coming to Service1 in Service2.
I tried this with an HTTPModule. But I’m out of luck. Please offer any way to achieve this.
Many thanks.
More less intensive code for call forwarding can be executed using the built-in WCF RoutingService . There is a good code example that shows how to use its various functions.