I am using [Authorize] tags to ensure a user is logged in before viewing a controller or action. However, it redirects to :
Account/Login?ReturnUrl=%2f_internal%2fHome%2f
and I would like to change this to redirect to /Account/Account/Login (to include the area), but I can't seem to find where I can go to change this link?