Hi,
I have created a VM with a reserved ip address, which my site is hosted on.
I am able to browse my site with mydomain.com and www.mydomain.com.
I can't browse my site using the reserved ip address(I want to have that option), when I do web deploy from visual studio and point the service name to the reserved ip address, the publish works great.
I also can't browse my site with the cloud service dns name (mycloudservice.cloudapp.net), do I have to create a new binding in IIS for mycloudservice.cloudapp.net to be able to browse my site with it? (like the binding I created for my domain name?).
Thank You!