user1312242
user1312242

Reputation: 337

WCF URL Redirection using HttpModule

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

Answers (1)

Sixto Saez
Sixto Saez

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

Related Questions