Hi, I have the following configuration in my web.config and I cannot make it work in my website. Code: <configuration> <system.web> <customErrors mode="On" defaultRedirect="/Error" /> </system.web> </configuration> This should hide the detailed error information from the visitors and show a custom error page. Am I missing something?