Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4117868
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T22:53:17+00:00 2026-05-20T22:53:17+00:00

I have tried everything, even uninstalling asp.net mvc3, and I can’t get HandleError global

  • 0

I have tried everything, even uninstalling asp.net mvc3, and I can’t get HandleError global filter working.

I have set up the HandleError filter in the Global.asax:

 public static void RegisterGlobalFilters(GlobalFilterCollection filters)
 {
     filters.Add(new HandleErrorAttribute());
 }

Also I have CustomErrors enabled (it does not matter if i set defaultRedirect=”Error” or not, I think that is in the docs because is needed for older versions of mvc):

<customErrors mode="On" />

Trying to navigate through the page until the error gets raised, wether you do from localhost or using the hostname, inside the development server or IIS 7.5, it always redirects to a standard status 500 page, instead of my custom Error.cshtml view that I have created in Shared. Here is Error view code:

@model System.Web.Mvc.HandleErrorInfo

@{
    ViewBag.Title = "Oooops";
}

<h2>Ooops Something really bad happened!</h2>

Also I have noted that if I create a new ASP.NET MVC3 project and then select “Internet Application” template, and just enabling customErrors in that project, then the HandleError filter starts working just fine, however using the empty MVC3 template does not.


I want to clarify, that indeed I can see the error view being processing when debugging, however the browser always display Error 500 page.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T22:53:18+00:00Added an answer on May 20, 2026 at 10:53 pm

    I ran into this same issue. I found this post: 500 Internal Server Error in ASP.NET MVC and tried unchecking “Friendly Http Errors” and my HandleErrors attribute started working as expected in IE 8 with IE 7 compatibility mode checked (and started working like it does in Chrome by default). I don’t think this is a valid solution for a deployed app, but perhaps there’s a way to extend the HandleError attribute so that it redirects to an “Error” controller instead of just the default Error view.

    UPDATE: This post shows that when an HTTP Status 500 is returned, IE handles it awkwardly. A way to get around it, is to set the Status to 200, then everything seems to work OK (even in IE).

    public class CustomHandleErrorAttribute : HandleErrorAttribute
    {
        public override void OnException(ExceptionContext filterContext)
        {    
            base.OnException(filterContext);
    
            //https://stackoverflow.com/questions/5137627/mvc-handleerror-returns-error-500-and-view-error-page
            //https://stackoverflow.com/questions/183316/asp-net-mvc-handleerror
            filterContext.HttpContext.Response.StatusCode = 200;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tried everything, searched the net for two hours or even more and
Having an issue here that I have tried everything I can think of but
I've already tried everything i know, but still can't get my checkboxlist checked values.
I have tried everything I can think of and every code sample imaginable but
i've tried everything for the past 2 hours to get this working but my
I have tried to draw a bar in a cell of my table. Everything
I've tried almost everything. In my nginx.conf I have rails_env set to production in
Have tried to find solutions for this and can't really come up with anything.
I have tried this but it does not work (even if I specify .wav
I am pretty sure I have tried everything, figured I would ask all the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.