Top "Custom-error-pages" questions

Creating, using and customizing error pages to enhance user experience.

Custom error page configured in IIS for code 400 (bad request) is ignored

For my website I configured some custom error pages. If I generate a 404, the redirect works fine. When hitting a 400, …

asp.net asp.net-mvc iis custom-error-pages
Remove the aspxerrorpath param with CustomErrors use ResponseRewrite

I'm using asp.net MVC4 + visual studio 2012. every thing all fine, But only the custom error always has the aspxerrorpath …

asp.net-mvc-4 custom-error-pages
Custom HTTP error page is not displayed in Internet Explorer

I am using Tomcat 7 and JSP pages. I would like to provide a custom error page for HTTP 500 errors. What …

jsp internet-explorer custom-error-pages
ExceptionContext.ExceptionHandled changes to true. Where is the exception being handled?

I'm using a global action filter to handle and log all exceptions. public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(…

asp.net-mvc asp.net-mvc-3 exception-handling custom-error-pages
Asp.net 4.0 : How to get exception details in custom error page?

We are using custom error provided by asp.net config setting. In entire application (PL/BLL/DAL) we are not …

asp.net-4.0 custom-error-pages exception-logging
How to add a default error page using httpErrors

i have successfully added a custom 404 page. what I want to do is to create another custom error page that …

asp.net visual-studio iis custom-error-pages
Nginx, PHP + FPM Custom Error Pages

I am trying to create some custom error pages but can't seem to get the 500 one working. I have the …

php nginx custom-error-pages custom-error-handling
Absolute path for error_page in nginx?

Is there a way I can set an absolute path for nginx error_pages? Not absolute as in http://, but …

configuration nginx webserver absolute-path custom-error-pages
How to disable cloudflare custom error pages including Error 504 (Gateway time-out), While Smart Errors are already disabled?

I have site using cloudflare.com's free plan as reverse proxy. I had one script which took more than 60 seconds …

cloudflare custom-error-pages
Customize Chromium/Google Chrome error pages

How can I customize the error pages Google Chrome/Chromium displays when there is a networking error (e.g. Error 137 …

google-chrome chromium custom-error-pages