我有一个网站hh-alrawi.com,问题是我每次发布网站主页面(Index.aspx)都没有出现,正确的网站网址是:http://www.hh-alrawi.com/index.aspx,所以我想知道如何我可以将主页面名称放在域名(Index.aspx)之后,总是在URL之后,我尝试编辑我的网络配置,但它不能正常工作,我的Web配置:
<configuration>
<system.web>
<compilation debug="true" strict="false" explicit="true" targetFramework="4.0"/>
<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
<customErrors mode="On" defaultRedirect="Index.aspx">
<error statusCode="404" redirect="Index.aspx" />
</customErrors>
</system.web>
<system.webServer>
<defaultDocument enabled="true">
<files>
<add value="Index.aspx" />
</files>
</defaultDocument>
</system.webServer>
</configuration>
请检查网站以了解我所说的:),Thnx适合您的时间
答案 0 :(得分:0)
使用VS发布您的网站并将其保存到文件系统中。我的托管hostgator可以选择上传zip文件,如果你也这样做,然后压缩生成的文件并上传你网站根文件夹中生成的zip / rar或者单独上传所有文件。告诉我它是否解决了你的问题。
答案 1 :(得分:0)
索引文件会出现在您放置的任何位置。如果您将其放在www目录下,它将在您访问您的网站时自动显示。