Top "Custom-errors" questions

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

Asp.net - <customErrors mode="Off"/> error when trying to access working webpage

I have created an asp.net webpage and have uploaded it onto a webserver. However when I try to view …

asp.net web-config webserver custom-errors
jQuery override default validation error message display (Css) Popup/Tooltip like

I'm trying to over ride the default error message label with a div instead of a label. I have looked …

jquery css popup tooltip custom-errors
Implementing a Custom Error page on an ASP.Net website

I have an ASP.Net website and I want to use a custom error page. I put the following code …

asp.net web-config custom-error-pages custom-errors
How to display an error message in an ASP.NET Web Application

I have an ASP.NET web application, and I wanted to know how I could display an error message box …

c# asp.net custom-errors
ASP.NET Custom 404 Returning 200 OK Instead of 404 Not Found

After trying to setup my site for Google Webmaster Tools I found that my Custom ASP.NET 404 page was not …

c# asp.net master-pages http-status-code-404 custom-errors
How can I raise an error in if-else function in java

All the googling I've done seems focused on "catching" errors. I want to be able to raise my own if …

java exception custom-errors
CustomErrors does not work when setting redirectMode="ResponseRewrite"

In a old site, I was changing the way that CustomErrors works by adding redirectMode="ResponseRewrite" (new in 3.5 SP1): <…

asp.net iis-6 custom-errors redirectmode
ASP.NET MVC 5 Custom Error Page

I am using a custom authorize attribute in a ASP.NET MVC 5 application like following: public class CustomAuthorizeAttribute : AuthorizeAttribute { protected …

asp.net-mvc custom-error-pages custom-errors
Where and how to define <customErrors mode=”on”> for my asp.net MVC 3 web application

I want to set the custome error to be true to prevent users from viewing detailed info about my application. …

asp.net-mvc-3 web-config custom-errors
How do I get the member to which my custom attribute was applied?

I'm creating a custom attribute in C# and I want to do different things based on whether the attribute is …

c# reflection attributes custom-errors