Website URL rewrite
Recently while talking to one of our .net architect we were discussing out of the box feature in .NET to enable URL rewrite, we checked the available options in .NET framework to help URL rewrite, and found that in IIS 7 there is pre built URL rewrite module which is easily configurable not only to do the URL re-direction but also can help in building user friendly URLs for SEOs, health check and monitoring to increase the site availability. It can help in creating powerful customized rules to map request URLs to friendly URLs. See more details at :
http://learn.iis.net/page.aspx/460/using-the-url-rewrite-module/



Comments
URL Rewrite can be implemented by writing a simple httpModule. The more challenging part of URL Rewrite to name the URL with catchy names so that it is SEO friendly.
Alternative to URL Rewrite is to simply use a MVC app.
Posted by: Vijay | August 13, 2010 2:54 AM