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