-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
liamdye
on
06-15-2009, 6:39 PM
They aren't wildcard, it was just an example.
Real address are
cwa.liamdye.ca
owa.liamdye.ca
mail.liamdye.ca
portal.liamdye.ca
But doesn't that now mess up the host headers because everything let's say that gets forwarded to 10.10.0.2 doesn't preserve the old host header.
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
liamdye
on
06-15-2009, 6:08 PM
So I have gone in and pretty much translated the script into UI. And in my Rewrite Map have three entries.
Original value: owa.*.ca New value: "server name that hosts owa"
Original value: cwa.*.ca New value: "server name that hosts cwa"
Original value: portal.*.ca New value: "server name that hosts the ...
-
Posted to
IIS 7.0 - Application Request Routing (ARR)
by
liamdye
on
06-15-2009, 2:03 PM
Thanks for the suggestion, however after adding that to my web.config file of my default web site (the one that is running owa) it gives me an application runtime error.
I host sharepoint and owa on the same box and use host header redirects. Then on another box on my network I have CWA currently on port 444 but I would like to transition ...