在 ASP.NET 中,可以通过设置
<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="ErrorPage.aspx">
<error statusCode="404" redirect="NotFoundPage.aspx" />
<error statusCode="500" redirect="ServerErrorPage.aspx" />
</customErrors>
</system.web>
</configuration>
在上面的示例中:
通过设置
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:customerrors的模式有哪些