WCF URL Redirection Using HttpModule

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.

+3
source share
1 answer

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.

+3
source

All Articles