The built-in Error.aspx page provided by ASP.NET MVC 2 is pretty convenient as developers don’t need to worry about handling an error when it occurs. However, the page is just displaying “THERE IS AN ERROR!”, not anything else. Typically developers and their clients want to know why errors have occurred, but also don’t want to… Continue reading »