Public · Protected · Private
asp.net How to redirect erros to a custom error page
Type: Public  |  Created: 2012-07-05  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • All erros redirected to ErrorPage.htm except 404 errors are redirected to FileNotFound.aspx <customErrors mode="On" defaultRedirect="ErrorPage.htm"> <error statusCode="404" redirect="FileNotFound.aspx"/> </customErrors>
    2012-07-05 20:02
This blog is frozen. No new comments or edits allowed.