5 references to GetSection
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
569
return WebConfigurationManager.
GetSection
(sectionPath);
590
return WebConfigurationManager.
GetSection
(sectionPath);
System.Web.Extensions (3)
Configuration\ScriptingJsonSerializationSection.cs (1)
89
WebConfigurationManager.
GetSection
("system.web.extensions/scripting/webServices/jsonSerialization");
UI\DeploymentSectionCache.cs (1)
43
DeploymentSection section = (DeploymentSection)WebConfigurationManager.
GetSection
("system.web/deployment");
UI\ScriptManager.cs (1)
1120
(CustomErrorsSection)WebConfigurationManager.
GetSection
("system.web/customErrors"));