How I can have two different domains pointing to same IIS server and make the server detect which one of the domain is being forwarded to it and use that to serve the domain the proper page?
Also, how can I hide this from the domain visitor and make the user feel hat he/she is still on the domain and the calls are not being forwarded? In other words the url in the browser address bar would still be relative to the actual domain.
Is there any technical name for doing such thing? forwarding, redirecting, mapping?