Setting the Hostname in IIS Bindings Breaks Website

后端 未结 2 1066
渐次进展
渐次进展 2020-12-30 04:51

I just got a Windows Server 2008 VPS and I\'m having trouble getting IIS7 setup.

I created a new website in IIS with the path, ip address, and hostname (like \'www.n

相关标签:
2条回答
  • 2020-12-30 05:24

    You must use EXTERNAL DNS not Internal DNS to make it visible across the internet. Change the DNS pointer at your registrar or whatever you are using for external DNS propagation.

    0 讨论(0)
  • 2020-12-30 05:27

    First it has to be in DNS or the client machines hosts file. To test this you can add the hostname to the servers hosts file.

    Go to start -> run and type "drivers" change to the etc directory you want to edit the hosts file. The entries in it are like a local DNS. They only work on the local machine!

    0 讨论(0)
提交回复
热议问题