Is there a way to redirect to a specific action/controller on a different Area?
Try this
return RedirectToAction("ActionName", "AreaName/ControllerName");