How do I redirect permanently in ASP DOT NET? I\'d like to do a 301 redirect from one page on my site to another page.
If you want to always redirect from one URL to another you can use the IIS rewrite module.
In you web.config file, add the following: