Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

61
votes
4answers
39k views

ASP.NET MVC HandleError

How do I go about the [HandleError] filter in asp.net MVC Preview 5? I set the customErrors in my Web.config file <customErrors mode="On" defaultRedirect="Error.aspx"> <error ...
27
votes
8answers
19k views

ASP.NET custom error page - Server.GetLastError() is null

I have a custom error page set up for my application: <customErrors mode="On" defaultRedirect="~/errors/GeneralError.aspx" /> In Global.asax, Application_Error(), the following code works to ...
7
votes
4answers
5k views

How to get the message in a custom error page (Tomcat)?

In JSPs, you may use response.sendError(int code, String message) to return a particular error code (eg 404 for not found) and a message as well. These messages display fine, as long as you use the ...
6
votes
4answers
1k views

How do I display custom error pages in Asp.Net Mvc 3?

I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry in my web.config. <customErrors defaultRedirect="ErrorPage.aspx" mode="On"> ...
6
votes
2answers
2k views

Custom Error Page - Ruby on Rails

I am trying to setup a custom error page in my website. I am following the guidelines atPerfectLine Blog. It works in the case where the controller exists, but the id does not exist. For example, I ...
5
votes
1answer
1k views

ELMAH - Using custom error pages to collecting user feedback

Hey guys I'm looking at using ELMAH for the first time but have a requirement that needs to be met that I'm not sure how to go about achieving... Basically, I am going to configure ELMAH to work ...
5
votes
5answers
501 views

Examples of professional & useful error pages [closed]

What real-life error web pages have you seen that have really impressed you AND would be genuinely useful to all types of users (savvy,novice,laid-back,frustrated,etc). Why were you impressed by the ...
4
votes
2answers
59 views

What other 5xx errors could be occuring and how to I find/track them?

I have a Classic ASP/VBScript site running on IIS 6, and a program called SmarterStats (found via an earlier question) providing various stats and info from the server logs. This is an internal site, ...
4
votes
5answers
2k views

Empty page instead of custom tomcat error page

My setting: Apache 2.2 + Tomcat 6.0 @ Windows 2008 R2 64bit static webpages: / servlet: /foo tomcat and apache are connected by mod_jk 404.jsp is placed in tomcat\webapps\ROOT tomcat\conf\web.xml: ...
4
votes
3answers
3k views

What are the 404;1, 404;2 etc HTTP error codes for?

In IIS I can configure my custom error pages. For each HTTP Error code I can say where to go. Several codes have a number of "sub" codes available. For example 404 has a regular 404, 404;1, 404;2 and ...
3
votes
2answers
675 views

Custom errors not working with IISExpress

I have a asp.net mvc application and am trying to get custom errors working with IISExpress. Works in Casini fine: <customErrors mode="On" defaultRedirect="/error"> <error ...
3
votes
1answer
402 views

How do I get ASP.NET MVC to honor my customErrors settings?

In the customErrors tag in my web.config, I am pointing to a controller. In my controller I am redirecting to an external error page that is shared by multiple applications. <customErrors ...
3
votes
1answer
354 views

Global_Asax Application_Error Fired instead of default IIS7 404 Page Not Found Page

I have a Web Application which has Global_Asax and a Custom Error Page. When user tries to enter to an invalid page which doesn't exist, Application_Error is fired in Global_asax and exception is ...
3
votes
6answers
1k views

How to send status code “500” for generic error page in IIS?

I am using a generic error page using ASP.NET's <customErrors> directive. <customErrors mode="On" defaultRedirect="500.html" redirectMode="ResponseRewrite"> </customErrors> ...
3
votes
2answers
786 views

Safari browser won't display Error 401 page

I'm using Apache 2 and have a custom 401 page, in httpd.conf ErrorDocument 401 /error/unauthorized.html When I access a protected resource, all browsers show the basic http authentication dialog. ...
3
votes
3answers
2k views

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, the "bad request" text shows up instead of the configured URl. As a test I ...
2
votes
1answer
37 views

nginx not serving my error_page

I have a Sinatra application hosted with Unicorn, and nginx in front of it. When the Sinatra application errors out (returns 500), I'd like to serve a static page, rather than the default "Internal ...
2
votes
1answer
131 views

Create a custom DNS error page

I am building a new extension and I would like to customize the default error page in Google Chrome. I have gone through the "Override Pages" documentation here but have yet to find anything about ...
2
votes
1answer
83 views

How to make a catch all error page if something explodes in my MVC3 application?

Currently, I have my web.config file setup to not show debug information. When an error fires, and something goes wrong, this page is displayed to my users: Sorry, an error occurred while ...
2
votes
2answers
67 views

Server Error in '/' Application

When I am running my application,I am getting this error.(Server Error in '/' Application Object reference not set to an instance of an object).I don't know why I am getting this error. I searched on ...
2
votes
1answer
267 views

Application_Error event not being fired with CustomError page in web.config

I have an asp.net website and i have a block of code in my global.asax's Application_Error event to send the error details(stack trace etc..) as an email to my email id.Also i have Custom error page ...
2
votes
1answer
29 views

Does processModel/serverErrorMessageFile work when accidentally mixing ASP.NET versions in IIS6?

I've tried setting serverErrorMessageFile to a path relative to machine.config, and to an absolute path, but when accessing an app on our IIS6 server that shares a pool with another ASP.NET version, ...
2
votes
1answer
496 views

Returning Requested URL within Custom Error Page in ASP.net

Working in ASP.net 3.5 and MVC 1.0. What I would like to do is return the requested URL, which generates a 404 error, within the custom error page. Much like Google does on their error pages ...
2
votes
1answer
1k views

Proper Exception Handling with ASP.NET MVC, ELMAH and custom Error Pages

consider the following situation: There is an ASP.NET MVC application which utilizes ELMAH for centralized ExceptionLogging. A Controller is marked with the HandlerError Attribute to catch a specific ...
2
votes
2answers
2k views

Display different Tomcat error pages depending on URL of original request

I would like to use Tomcat's error-page directive to display various different error pages in response to various types of exceptions. However, I want the error page displayed to have different ...
2
votes
1answer
332 views

Is it okay to extend a base view in Django's error pages (HTTP 404 and 500)?

Django's views documentation states that "the default 500 view passes no variables to this template and is rendered with an empty Context to lessen the chance of additional errors," but is it okay to ...
1
vote
1answer
28 views

asp net custom errors defaultRedirect changing case

on an ASP Net 3.5 web app I have defaultRedirect="Views/Shared/Error.aspx". The name of my web site is "XXX". For some reason, when an error is detected, the error page searched is ...
1
vote
1answer
106 views

IIS 7.0 Custom Error page for error code with a substatus

Has anybody successfully created a Custom error page using: The IIS 7.0 GUI a substatus error code (e.g. 404.13). using "Execute a Url on this site" (as opposed to the static File or Redirect ...
1
vote
0answers
58 views

Redirecting to different pages based on exception type in JSF1.2

I am trying to show to a special error page for only one of the JSF pages in my application. I tried to throw SpecialException from all the BB methods and entered a error-page mapping with ...
1
vote
1answer
221 views

Specify the default error page in web.xml in servlet?

I am using <error-page> element in web.xml to specify the friendly error page when user encounters a certain error such as error with code of 404: <error-page> ...
1
vote
2answers
150 views

ASP.net web.config doesn't catch all 404's

In my web.config I have: <customErrors mode="On" defaultRedirect="~/Error.aspx" redirectMode="ResponseRewrite"> <error statusCode="500" redirect="~/Error.aspx" /> ...
1
vote
2answers
113 views

404 Custom Error Pages in Rails 2.3

I'm overriding render_optional_error_file to render a custom page whenever there's an error. This works great if there's an error within the application, it renders "shared/error.erb" without problem. ...
1
vote
2answers
105 views

Custom Error Page_Load is executed on each redirect

I added a custom Error page to my project. The problem is that each time I do a redirect to another page the code in the page_load of the error.aspx is executed. In my project I make use of ...
1
vote
3answers
1k views

Configuring custom ASP 404 page with redirect for IIS7 website

We're migrating an existing website from IIS6 to IIS7, but are experiencing some difficulty in setting up the 404 error page. Our 404-errorpage works like this: A custom ASP-page checks the URL ...
1
vote
2answers
767 views

Apache's ErrorDocument directive does not redirect

I have a bunch of ErrorDocument directives in my .htaccess file in order to catch almost all the possible errors Apache can throw at a user, and to redirect said user to my error controller which ...
1
vote
2answers
595 views

HttpContext.current.Session is cleared in error page

I have made a custom error page for my ASP.NET 4 application. I put the exception object in HttpContext.current.Session["CustomError"] but when the user is redirected to the error page ...
1
vote
2answers
201 views

ASP.NET page with status code 404

everyone! I have problem with asp.net error exceptions. I'm working on real estate web-app and google have made indexes for links on real estates. But after some time period several real estates don't ...
1
vote
3answers
451 views

How to use custom Errors page in Windows Authentication

I am using asp.net 3.5 web.config to limit access and it works great. <authentication mode="Windows"> <authorization> <allow users="Bill, John"/> <deny users="*"/> ...
1
vote
0answers
556 views

Setting up IIS7 Custom 404 Pages to “execute” aspx page in a classic App Pool

I have a piggy back question off of @Mike C's question I have implemented what is in @rsbarro's answer. The asp.net custom error works fine, it's the IIS custom errors which doesn't want to work for ...
1
vote
1answer
465 views

JSP Error Page produces a JSP error

My spring-mvc web application has an error page with a collapsible stack trace element in it (obviously a development/debug option). This used to work just fine, and displayed the proper stack trace ...
1
vote
0answers
305 views

Empty response on Unathorized in ASP.NET MVC [closed]

Possible Duplicate: Redirecting unauthorized controller in ASP.NET MVC I have a controller decorated with the [Authorize] attribute. When a action method of this controller is called ...
1
vote
1answer
461 views

MVC 2 - Catching Errors and Error Pages

I want to add a friendly error page to my application that would say a text like, "Oops some thing went wrong". I want the error page to be displayed automatically for every page of my application in ...
1
vote
2answers
1k views

Custom error page in Apache2 for 401

Here's the relevant part of the .htaccess file: AuthUserFile /var/www/mywebsite/.htpasswd AuthGroupFile /dev/null AuthName protected AuthType Basic Require valid-user ErrorDocument 400 ...
1
vote
1answer
543 views

Getting Asp.Net forms authentication to use 403 custom error page instead of login page

I've a got an Asp.Net site that is using Forms authentication, I've also got custom errors configured in the web.config. One of these is a special error page for 403's (access denied). My question is ...
1
vote
1answer
47 views

How do you make a custom error page?

How do you make a custom error page? Is there a particular file that is common with hosting servers? How do they do this?
1
vote
3answers
2k views

Return custom 403 error page with nginx

Im trying to display the error page in /temp/www/error403.html whenever a 403 error occurs. This should be whenever a user tries to access the site via https (ssl) and it's IP is in the blovkips.conf ...
1
vote
2answers
128 views

How should asp.net custom errors work?

I have implemented custom errors in my asp.net mvc application by following this article. What I have noticed is that if I go to http://www.mysite.com/some-non-existent-controller-and-action I get my ...
1
vote
2answers
2k views

Custom 404 not found page in iis 7 for Classic ASP

I installed windows 2008 server integrated iis 7.0 1 day ago, i use windows 2003 and iis 6.0 with windows 2008 server, everything is alright except one thing. in 2003-iis6 i could use custom 404 ...
1
vote
3answers
433 views

A funny idea for 404 pages? [closed]

I need a funny idea/inspiration for my 404 pages it can be a picture or funny dialog.
1
vote
2answers
263 views

How to use another error page instead of Error.aspx in ASP.NET MVC?

I have AdminError.aspx and Error.aspx pages and I want to display AdminError.aspx when there is an exception. I need both files. Why this doesn't work? <customErrors mode="On" ...

1 2