I\'m trying to have 2 custom error pages in a stock sample ASP.NET MVC3 website.
Darin Dimitrov has a good SO answer here but it\'s not working for all my test condition
You can set your error page information in the web.config. This page talks about doing this and using the HandleErrorAttribute set on your controllers so they use this configuration.
http://deanhume.com/Home/BlogPost/custom-error-pages-in-mvc/4