My autcomplete extender is displaying html page source instead of the database results.
I have isolated the issue to when I load the Microsoft.AspNet.FriendlyUrls.dll and enable routing in the Global.asax file.
As soon as I comment out the line " RouteConfig.RegisterRoutes(RouteTable.Routes);" in the Global.asax the autocomplete will display correctly.
Any ideas on how to fix this? Is it a routing bug, or a ajaxcontroltoolkit bug?
Thanks.