I have an ASP.NET v4 application running on a virtual server, IIS 7.5, port 8080. Whilst testing we have behave been connecting using the IP address e.g. http://100.100.100.100:8080
I have now registered a domain name with the same company that provides the virtual server and using their management portal have redirected traffic from the domain name to the ip address and port which works fine. The URL in the browser however displays the IP address. How can I get it to display the domain name from the original request?
ADDITIONAL:
The virtual server is running 3 sites in IIS and the particular one for this domain name is running on port 8080 (I cannot change it to port 80).