![I have uploaded my ASP project on IIS server with 808 port, and when I try to open webpage by IIS server' Domain name (xx.xxxxxxxx.com) at that time it shows domain name in URL, but when try to open the tab/page on new tab that time it shows IP address of the IIS server with port number (xxx.xxx.xxx.xxx:808/name.aspx).
Also when I open this web site with IP Address and port number (xxx.xxx.xxx.xxx:808), in URL, browser shows as per tab clicked (xxx.xxx.xxx.xxx:808/name.aspx), but when I open with domain name (xx.xxxxxxxx.com) that time it not shows any page name after domain name.
Please suggest me which changes I need to do in either ASP project or IIS. So, when we open a webpage by domain name (xxx.xxxxx.com), it open and don't show IP Address and port number (xxx.xxx.xxx.xxx:808/name.aspx), i.e it shows (xx.xxxxx.com/name.aspx) ]