Is it possible to apply "canonical hostname" rule for ASP.NET web site using ASP.NET routing? I know how to do that with IIS7 URL Rewrite but do not find a way to do it with ASP.NET Routing.
Now I use URL Rewrite and ASP.NET routing in my web project, URL Rewrite for "canonical hostname" and ASP.NET Routing for "url extension-less" rule. I would like to drop URL Rewrite and use ASP.NET Routing for both rules.