I am facing problem in accessing my website from IP address with a port rather than port 80. I have a VPS and hosted a website in IIS. I created a new website and assigned port as 8080. I am able to access my website as localhost:8080/ but not able to access it through IP-Address:8080/ inside or outside VPS.
But if I host my website in default website as an application then I can access it inside or outside VPS. I am able to access it as localhost/mysitename/ and as IP-Address/mysitename/.