Top "Custom-errors" questions

CustomErrors is a mechanism used to provide custom error pages in ASP.

Web.config isn't showing errors remotely even with customErrors="Off" (on ubuntu/mono)

Here is my Web.config file: <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="…

asp.net mono web-config custom-errors
C# Remoting - How to turn off CustomErrors

I getting the following error when I try to connect to my server app using remoting: A problem seems to …

c# .net remoting custom-errors
Custom 404 error page not working on IIS 8.5

I have recently moved host and have had to set up Customer Errors again in IIS. I can go to …

iis custom-errors
How do I create a custom validator with a custom error message in Grails?

How do I create a custom validator in grails and make it pass a custom string back to the view …

grails validation custom-errors
500 Internal Server Error page in MVC

I'm trying to set up custom errors for an MVC site. I have the 404 page working fine, but when testing …

c# asp.net-mvc-3 error-handling custom-errors
Fluent validation: set custom message on custom validation

Scenario I have a custom rule to validate the shipping cost of an order: public class OrderValidator : BaseValidator<Order&…

c# fluentvalidation custom-errors
Integrate type name in static_assert output?

I like to give helpful errors / messages, and I also want to do so for my static_asserts. The problem …

c++ templates c++11 custom-errors static-assert
Why setting customErrors in web.config doesn't work at this case?

In my ASP.NET 3.5 Website which is published in shared hosting provider , I've configured my web.config file like this : &…

asp.net web-config iis-7.5 custom-errors
customerrors for 401.2 in ASP.NET

I successfully implemented role based authorization in ASP.NET. When a person does not have the needed role he gets …

asp.net http-status-code-401 custom-errors
Java: custom-exception-error

$ javac TestExceptions.java TestExceptions.java:11: cannot find symbol symbol : class test location: class TestExceptions throw new TestExceptions.test("If you …

java error-handling custom-errors