急急急 IIS 7.0 部署 MVC 网站出找不到页面 出现404 错误
  网上说添加  aspnet_isapi.dll ,已经添加了,还是出错,问什么呢,求解

解决方案 »

  1.   

    在webConfig中 加入
    <system.webServer>
     <directoryBrowse enabled="true"/>
    </system.webServer>
      

  2.   

    在webConfig中加入
    <system.webServer>
        <directoryBrowse enabled="true"/>
    </system.webServer>然后在你要发布的网站文件夹中加入一个权限Everyone 再把下面的全部勾上。再在IIS7中运行看看
      

  3.   

    Server Error
    404 - File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
      

  4.   


    Server Error
    404 - File or directory not found.
    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.