How can I redirect users to a custom error page when Custom Error Mode is On?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I redirect users to a custom error page when Custom Error Mode is On?
Asked by:
77 Viewed 77 Answers
Responsive Ad After Question

Answer (77)

Best Answer
(317)
Within the `` element in your Web.config, you can define a `defaultRedirect` attribute. This attribute specifies the URL of the custom error page to redirect users to when an unhandled exception occurs. For example: ``