What are the different values for the `mode` attribute in the 'customErrors' element, and what do they signify?

Question

Grade: Education Subject: Support
What are the different values for the `mode` attribute in the 'customErrors' element, and what do they signify?
Asked by:
111 Viewed 111 Answers

Answer (111)

Best Answer
(346)
The `mode` attribute can have three values: `On` (displays custom error pages for all users, except for local requests), `Off` (disables custom error pages, displaying detailed errors for all users), and `RemoteOnly` (displays custom error pages only for remote users, while local users see detailed errors). `RemoteOnly` is the default behavior.