Error Handling and CustomErrors and MVC3, oh my!
So, what else is new in MVC 3?MVC 3 now has a GlobalFilterCollection that is automatically populated with a HandleErrorAttribute. This default FilterAttribute brings with it a new way of handling errors in your web applications. In short, you can now handle errors inside of the MVC pipeline. What does that mean?This gives you direct …Read More