当前位置:编程学习 > C#/ASP.NET >>

IIS 7.5 Express 的问题!


下载了IIS  7.5 Express 安装包后,安装完成后,输入 http://localhost:8080/ 可以正常显示页面,但是自己配置了网站后,打开 http://localhost:2013/MySite 报错:


下面是 applicationhost.config 里的代码:

         <site name="MySite" id="2" serverAutoStart="true">
              <application path="/MySite" applicationPool="Clr4IntegratedAppPool">
                <virtualDirectory path="/" physicalPath="F:\Project\MySite\" />
              </application>
              <bindings>
                <binding protocol="http" bindingInformation=":2013:localhost" />
              </bindings>
         </site>



什么原因?配置错误?

求解!

iis 7.5 iis Express asp.net
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,