Gaining total control of URL rewriting for ASP.NET/IIS (or mono)
More often lately I have wanted to handle "nice" URLs in my web application by forwarding those requests on to their actual URLs. ASP.NET offers HttpContext.RewritePath that you can use…