0
kicks
HandleErrorAttribute and Remote Connections (Solution)
This morning I noticed that a number of users were receiving HTTP 500 error messages instead of being presented with a friendly error page.
It turns out the HandleErrorAttribute in Preview 4 is the culprit. Previously I’d been using MvcContrib’s RescueAttribute.
It appears that the HandleError attribute only works locally..