WE have a old application build in asp.net 2.0, After latest migration exercise to latest asp.net MVC 5
all is good.
The old application has a url like http://somehost.com/default.aspx
which is being passed to many affiliates who redirects from there site to ours. It is difficult to tell every one to change the URL.
so how can I implement this change in global.asax file so that
the old URL : http://somehost.com/default.aspx?affid=123
is automatically detected by system and redirected to
New URL: http://somehost.com/home/index?affid=123