在localhost上使用域绑定浏览IIS网站

时间:2016-01-11 09:47:28

标签: c# asp.net iis iis-8

我在本地IIS上有两个网站(第8版):

\Website1 (Binding: http:*:80:)
  Index.html
\Website2 (http:*:80:anotherwebsite.com)
  Index.html

有没有办法在本地浏览IIS网站 Website2 ? 浏览 anotherwebsite.com 是错误的 - DNS会将我指向“公共” anotherwebsite.com 。浏览 localhost / anotherwebsite.com 也是错误的 - 这将浏览 Website1

我无法更改主机文件 - 此更改必须快速简便(用于部署心跳)。我也不想添加另一个绑定(可能的解决方案是将绑定 http:*:123:添加到 Website2 并浏览 localhost:123

1 个答案:

答案 0 :(得分:2)

唯一的方法是让您的网络浏览器连接到trellis.par.set(sp.theme(set = FALSE, regions = list(col = rainbow(100)))) #1 trellis.par.set(regions = list(col = rainbow(100))) #2 lattice.options(default.theme = sp.theme(set = FALSE, regions = list(col = rainbow(100)))) #3 ,但要欺骗localhost标头。幸运的是,有Chrome和Firefox扩展可以做到这一点。在线搜索" chrome extension spoof host-header" (或Firefox)。 MS Edge没有可用的扩展程序。

另一个选择是使用古老的Fiddler工具,它是一个适用于每个Web浏览器的本地HTTP代理,并允许您更改任何传出标头:fiddler: how to disable overwrite Header Host