I have a web site in a server running IIS7. There have been some programming issues with the site so I want to point the host header back to the old web site without having to wait for domain propogation.

Is there any way to forward on a request to a different server based on the host header?

link|improve this question
feedback

1 Answer

You can install Application Request Routing to do that - it'll set the box up as a reverse proxy for all URLs, by default - by editing the URL Rewrite rules, you can be more specific with that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.