I\'m currently using Intelligencia.UrlRewriter does anyone have better suggestions?
System.Web.Routing is part of .NET 3.5 SP1 and you can use it both for your ASP.NET WebForm-application and your MVC-application.
The official ASP.NET site has a good QuickStart Tutorial on System.Web.Routing.