When I added the new razor identity to my mvc project, the default route does not go to this login page. the default goes to /Account/Login but the razor is at /Identity/Account/Login. If I type in this address in the browser it works.
This is a problem because I want the first page of my app to be the loginpage and i also want to go to the loginpage if a user tries to access authorized content or his session has timed out.
How can I change the routing to this new razor identity?