Mass 301 redirects mvc
- by Massive Boisson
Hi
(this is a common problem with few twists).
We are on IIS 6, without ISAPI_Rewrite with .net 4 and mvc 2 app.
We would like to 301 forward bunch of old urls to matching new urls. (We are deploying a new site and google index will still point to old urls, and we need to map those urls to new urls)
a) Is there a way to do this through IIS (but without ISAPI_Rewrite) and how?
b) Is there a way to do this through the application code and how?
All answers really appreciated,
Thanks a lot
--MB