Tagged Questions
0
votes
1answer
372 views
ASP.NET MVC Error Handling - View never renders, Web.config problem?
I have a [HandleError] attribute specified atop one of my controllers, specifying a View that I'd like to render in the event of an error.
I also have the following config section in my web.config:
...