Is there a way to redirect to a specific action/controller on a different Area?
Did you try this?:
return RedirectToAction("action", "controller", new { area = "area" });
2.1m questions
2.1m answers
60 comments
57.0k users