Mike Ormond has a nice post about how to use the Asp.Net routing capabilities of Asp.Net MVC, in your standard webforms sites.
In his example Mike goes through the essentials of how to set this up in Application_start and how to create and register your own IRouteHandler. Mike's example explains this really well with a simple example of routing a single parameter to a matching aspx page as follows:
URL
...