I am using the .NET 3.5 SP1 framework and I\'ve implemented URL routing in my application. I was getting javascript errors:
Error: ASP.NET Ajax client-side
I would just like to add that you also need to make sure the order of your IgnoreRoutes rule is in the the correct order otherwise your first route will be applied first and your IgnoreRoute will... well be ignored.