Tagged Questions
1
vote
1answer
694 views
MVC RedirectToAction from one controller to another - View is not displayed issue
I have a controller in which is do some checks.
If for one reason or another and exception occurs I want to display the error messages in another view in another controller.
This is how my exception ...