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.
views:
14answers:
1
A:
Here are some solutions that works.
http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/
http://www.codeproject.com/KB/aspnet/urlrewriter.aspx
Select one get use it.
Aristos
2010-06-22 10:57:24