I am creating a redirection for an app written with .Net Framework 4.5.
In the RouteConfig file i create a new routes.MapRoute() and it works.
It shows the Controller and action that I want.
But I dont want to mantain the user the url and use the app from there. I just want that when the user write /Something it redirects to /AnotherSomething, not to use the app in /Something.
How should I do?