This short article will show you how to create a 'Route' in ASP.NET
In short, a Route will allow us to define a URL like http://mysite.com/customer/123 and have that redirect to http://mysite.com/customeredit.aspx and pass in the customer number. It's a little prettier than the normal method.