MY Business service return custom rules exception with dictionary of key/value when some validation error occurred.
For such validation errors i want to handle in my MVC project and bind with ModelState so, those errors will automatically populates in the views.
But since it automatically redirect to error page when any exception occurs. Does it possible to handle error and show on same view ?