I have my Custom AuthorizeAttribute
.
It works perfectly the way I want, but it always directs the user to /Account/Login
, I would like it to redirect to another page that I chose, since he does not have authorization, how do I do that?
Remembering is Authorization and not Authentication.
In the authentication page is correct, log in.