在web.config文件中,可以通过以下方式配置customerrors:
<system.web>
<customErrors mode="On" />
</system.web>
<system.web>
<customErrors mode="On" defaultRedirect="ErrorPage.aspx" />
</system.web>
<system.web>
<customErrors mode="On">
<error statusCode="404" redirect="NotFound.aspx" />
<error statusCode="500" redirect="ServerError.aspx" />
</customErrors>
</system.web>
以上是常见的配置方式,可以根据需求进行调整。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>