首页 > 学院 > 开发设计 > 正文

网站报错时,自动跳转到指定报错页(error.html)的办法

2019-11-17 03:48:42
字体:
来源:转载
供稿:网友
asp.net在web层的web.config下进行如下配置:
当web层中的页面报错时,会自动跳转到根目录下的error.htm页面,提示用户,非常人性化。
<system.web>
        <customErrors mode="On" defaultRedirect="~/error.htm"></customErrors>
</system.web>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表