Has anyone successfully used the Microsoft Ajax libraries (Specifically Sys.Services.RoleService) with an ASP.NET MVC application?
I can't figure out how to go about using the RoleService without using the ScriptManager and a server-side control (which seems to throw off my other Ajax calls).