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

IIS 7.5 Express HTTP 错误 500.19 - Internal Server Error

错误提示:



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>


怎么解决?
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,