当发生HTTP错误的时候向客户端返回一个自定义错误。
当捕捉到给定的HTTP错误代码的时候就转入并执行指定的URL。
<error-handler code="500" url="/oops.aspx" /><error-handler code="404" url="/not-found.html" />