无法访问我的计算机外的localhost

时间:2014-10-13 12:11:33

标签: web-services iis webmatrix

我在webmatrix上使用php创建了一个代理。在我的本地机器上,我可以使用

访问该网站

//本地主机:1136 / Tools.php ARG1 = “测试”

然而,当我尝试给出实际的机器名称(带域名)时,我收到“错误请求:无效的主机名”。这甚至在我的本地机器上也会发生。即当我用机器名(域)替换localhost时

我尝试了什么?

我已经通过为我的网站添加别名来修改IISExpress中的applicationhost.config

<site name="EmptySite2" id="7">
                <application path="/">
                    <virtualDirectory path="/" physicalPath="C:\Users\xom\Documents\My Web Sites\EmptySite2" />
                </application>
                <application path="/alias">
                <virtualDirectory path="/" physicalPath="ABCD.xxx.xx.com" />
                </application>
                <bindings>
                    <binding protocol="http" bindingInformation="*:1136:localhost" />
                </bindings>
            </site>

1 个答案:

答案 0 :(得分:0)

•修改C:\ Users \\ Documents \ IISExpress \ config \ applicationhost.config上的应用程序主机 •找到该站点 •使用您的机器名称替换绑定协议中的localhost

                                     \ Documents \ My Web Sites \ EmptySite2“/&gt;                                                                                                       “/&gt;