I have the current location on my website:\[code\]http://my-domain.com/ccy/app.html?from=GBP&to=EUR...\[/code\]and I would like to use web.config to redirect all calls to \[code\]/ccy\[/code\] folder to another domain containing the same query string, so it goes to.\[code\]http://my-other-domain.com/another-folder/app.html?from=GBP&to=EUR\[/code\]How it is possible to achieve that using IIS7?thanks in advance