We used to use ISAPI Re-Write (Infact its still on our server) although it doesnt work with ASP.Net MVC (Somthing to do with ‘euxd’ get param).
We need a relaiable way to implement simple 301 redirects, when we change the site structure, upload a new site etc. Any suggestions?
Ok, it I wanted to redirect /SomeFolder/SomePage.HTML?Param1=X to /NewPage/X
How can we do that?
If you are using IIS7, I would recommend using the official IIS7 URL Rewrite module.