网站报错时,自动跳转到指定报错页(error.html)的办法
2010-04-25 17:43:23 来源:WEB开发网核心提示:asp.net在web层的web.config下进行如下配置:当web层中的页面报错时,会自动跳转到根目录下的error.htm页面,网站报错时,自动跳转到指定报错页(error.html)的办法,提示用户,非常人性化
asp.net在web层的web.config下进行如下配置:
当web层中的页面报错时,会自动跳转到根目录下的error.htm页面,提示用户,非常人性化。
<system.web>
<customErrors mode="On" defaultRedirect="~/error.htm"></customErrors>
</system.web>
当web层中的页面报错时,会自动跳转到根目录下的error.htm页面,提示用户,非常人性化。
<system.web>
<customErrors mode="On" defaultRedirect="~/error.htm"></customErrors>
</system.web>
[]
更多精彩
赞助商链接