zoukankan
html css js c++ java
网站报错时,自动跳转到指定报错页(error.html)的办法
在web层的web.config下进行如下配置:
当web层中的页面报错时,会自动跳转到根目录下的error.htm页面,提示用户,非常人性化。
<
system.web
>
<
customErrors mode
=
"
On
"
defaultRedirect
=
"
~/error.htm
"
></
customErrors
>
</
system.web
>
查看全文
相关阅读:
HDU 1104 Remainder (POJ 2426 BFS+数论)
POJ 1398 Complete the sequence! ★ (差分)
POJ 2917 Diophantus of Alexandria ★(数论)
POJ 1948 Triangular Pastures (二维01背包)
POJ 1948 Triangular Pastures (二维01背包)
starter kits 介绍
starter kits 介绍
信息分析与预测复习题(绪论)
信息分析与预测复习题(绪论)
starter kits 介绍
原文地址:https://www.cnblogs.com/kingfly/p/1564321.html
最新文章
<jsp:include />和<%@ inclue %>之间的区别
金蝶BOS开发中Edit编辑界面和List叙事薄界面需要写的代码
oracle物化视图
UI方法调用顺序和UI常用操作
金蝶BOS开发中Edit编辑界面和List叙事薄界面需要写的代码
PHP教程.安装PHP
PHP教程.经验技巧(上)
会自动补充的字串截取函数
PHP教程.经验技巧(下)
如何用PHP发电子邮件
热门文章
用php实现proxy功能的示范[已升级至v0.0.2]
实现从指定时间向下推n个月的函数
PHP教程.经验技巧
PHP教程.应用实例
PHP教程.PHP中的数据处理
POJ 1398 Complete the sequence! ★ (差分)
HDU 1005 Number Sequence (循环节)
POJ 2917 Diophantus of Alexandria ★(数论)
HDU 1104 Remainder (POJ 2426 BFS+数论)
HDU 1005 Number Sequence (循环节)
Copyright © 2011-2022 走看看