Hi there,
I recently came across the rescue attribute which is part of the mvccontrib project... At first glance it appeared to allow you to server up different error views depending on controller / actions etc..
But taking a closer look, it also appears that the standard HandleError attribute that ships with mvc also allows you to do the same..
So i am a little confused, what are the pros and cons using the Rescue attribute... it seems to do exactly the same as the HandleError
Any help or insight really appreciated