Redirect clients in your application with HttpRedirection module

In a web application, it’s often necessary to redirect clients requesting one url to another url.  A while ago, I wrote a module to do basic http redirection for an ASP.NET application.  The HttpRedirection module allows you to configure regular expression-based rules that redirect clients from url A to url B, with a number of other features.

Learn more about rewriting and redirection, and download the HttpRedirection module / source code here:
http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx.

1 Comment

Comments have been disabled for this content.