views:

14

answers:

1

I'd like to redirect the URL hxxp://mywebapp/##ID## to hxxp://mywebapp/Custs/Customer.aspx?id=##ID##. What is the easiest way using ASP.NET 3.5 routing to do it? Thanks.