1.1 全局错误页配置
在web.config配置信息的<customErrors></customErrors>节点中设置自定义错误页
例如:<customError defaultRedirect="CustomErrorPage.htm" mode="On"></customError>
1.2 特定页的错误配置
<%@Page ...... ErrorPage="ErrorPage.aspx"%>