我有一个网站hh-alrawi.com,问题是我每次发布网站的主页(Index.aspx)都没有出现,正确的网站网址是:http ://www.hh-alrawi.com/index .aspx,所以我想知道如何将主页名称放在域名(Index.aspx)之后总是在 URL 之后,我试图编辑我的网络配置,但它不起作用,我的网络配置:
<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>
请检查该网站以了解我所说的:),谢谢您的时间