开发者

IIS, set dns name to IIS web site

开发者 https://www.devze.com 2023-01-15 12:14 出处:网络
How to set name to web site in IIS for browsing in LAN? I\'ve tried to change in hosts 192.168.198.83mySi开发者_StackOverflow中文版te

How to set name to web site in IIS for browsing in LAN?

I've tried to change in hosts

192.168.198.83      mySi开发者_StackOverflow中文版te

but it doesn't work (required page is not opened)

I can remember IP addresses but other peoples do not want, so will be good to set friendly names.

Operating System Windows 7, IIS 7.


Don't forget to set the binding in IIS.

Go to IIS select the website then click on action Bindings.

The binding should look like:

Type: http / Host Name: MySite / Port: 80 / IP Address: 192.168.198.93

0

精彩评论

暂无评论...
验证码 换一张
取 消