我知道这个论坛上有相关帖子和其他资源,但我对此感到困惑,无法继续。问题是当我将它发布到FTP服务器并导航到我收到错误的URL地址时,我已经用VS2010完成了一个网站。
以下是我所做的事情:
这是我的web.config:
<configuration>
<system.webServer>
<directoryBrowse enabled="true" showFlags="Date, Time, Size, Extension" />
<defaultDocument>
<files>
<add value="AnaSayfa.aspx" />
</files>
</defaultDocument>
</system.webServer>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
</configuration>
我在哪里犯了错误?
答案 0 :(得分:0)
以下帖子对同一问题有一些答案。
How do I fix 404.17 error on Win Server 2k8 and IIS7
希望有所帮助。
编辑:我看到你已经尝试了大部分这些......抱歉。