3 references to MergeServiceUrls
System.Web.Extensions (3)
UI\AuthenticationServiceManager.cs (1)
49authServiceUrl = ApplicationServiceManager.MergeServiceUrls(authManager.Path, authServiceUrl, proxy);
UI\ProfileServiceManager.cs (1)
62profileServiceUrl = ApplicationServiceManager.MergeServiceUrls(profileManager.Path, profileServiceUrl, proxy);
UI\RoleServiceManager.cs (1)
58roleServiceUrl = ApplicationServiceManager.MergeServiceUrls(roleManager.Path, roleServiceUrl, proxy);