6 references to ScriptingProfileServiceSection
System.Web.Extensions (6)
ApplicationServices\ApplicationServiceHelper.cs (2)
122ScriptingProfileServiceSection profileServiceSection = ScriptingProfileServiceSection.GetConfigurationSection();
Configuration\ScriptingProfileServiceSection.cs (2)
40internal static ScriptingProfileServiceSection GetConfigurationSection() { 41return (ScriptingProfileServiceSection)WebConfigurationManager.GetWebApplicationSection("system.web.extensions/scripting/webServices/profileService");
Configuration\ScriptingWebServicesSectionGroup.cs (2)
25public ScriptingProfileServiceSection ProfileService { 27return (ScriptingProfileServiceSection)Sections["profileService"];