Asp.net – Why my custom error keeps getting redirected?
I am adding a custom code to AuthorizeAttribute that routes a user to an action in another controller that displays a modal popup when they have not verified their phone number. For some reason, the code just redirects forever that…