Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将我的网站从 VS2010 配置为使用 IIS 7.5。然后我将此行添加到我的hosts文件中:
hosts
127.0.0.1 something.com
这正确地进入 IIS 7.5 默认屏幕
但是,我希望它转到我在 IIS 7.5 中托管的网站。所以我将上面的行更改为:
127.0.0.1/MyWebSiteHostedinIIS something.com
但是当我这样做时,它停止了工作。任何想法我做错了什么,我该如何纠正?
谢谢。
hosts文件仅将域映射到 IP 地址。它不处理“虚拟文件夹”映射。
您应该保持原行不变:
在 IIS 中,右键单击您的站点,选择Edit Bindings...,单击Add,然后在下面Host name键入something.com。
Edit Bindings...
Add
Host name