I was working on a site that was previously created using ASP.NET Web Forms and is now built with ASP.NET MVC.
We released a new version of MVC last week.
But the old login URL, which www.website.com/login.aspx has been noted by many users, and they still use it and therefore get 404 errors.
So, I was wondering which one 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 expect users to bookmark several other URLs, so what would be the best way to handle this?
source share