I was working on a Website which was earlier built with ASP.NET Web Forms and now is built with ASP.NET MVC.
We made the new MVC version live last week.
But the old login url which is www.website.com/login.aspx has been bookmarked by many users and they still use that and hence they get 404 errors.
So I was wondering which would be the easiest and best way to redirect the user from the old url to the new mvc url which is www.website.com/account/login
Like this login url, I am expecting the users may have bookmarked few other urls also, so what will be the best way to handle this ?