IIS isn't propagating domain
- by ErocM
I called Godaddy and 'verified' my settings for the two ips were correct.
ns1.asezo.com = xx.xx.xx.15
ns2.asezo.com = xx.xx.xx.16
then I set the nameserver of asezo.com to the ns1/ns2 above, which Godaddy tech support says is right.
When I try to visit my site, it says Oops! Google Chrome could not find asezo.com.
When I try to ping the website, it gives me a time out.
I have the bindings in IIS for the default website as:
http - xx.xx.xx.15 - 80
www.asezo.com
and
http - xx.xx.xx.15 - 80
asezo.com
And I'm still getting nothing. I can go directly to the ip http://xx.xx.xx.15/ and it gives me the IIS default website, I just can't get the url to propagate.
What am I doing wrong?