Hi Everyone,
I have 1 static IP with my ISP, with two domain names pointing at it.
When the user enters domain name, would like IIS to work out which site should be accessed by the HTTP Address used and redirect to it.
In IIS I have two Sites: Deltastream and Ceeble, so if the user goes to for example : if user goes to my first public domain name then user is taken to deltastream, and if they go to my other public domain name pointing to same ip address, go to ceeble.
Anyone know how to do this? I thought this was done with the url rewrite / redirect rules but cannot for the life of me figure it out.