Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs')
-rw-r--r--mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs b/mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs
index c32c3a6ae97..0f5bf1ac2a6 100644
--- a/mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs
+++ b/mcs/class/System.Web.Extensions/System.Web.Script.Services/AuthenticationService.cs
@@ -43,7 +43,7 @@ namespace System.Web.Script.Services
readonly ScriptingAuthenticationServiceSection _section;
public AuthenticationService () {
- _section = (ScriptingAuthenticationServiceSection) WebConfigurationManager.GetSection ("system.web.extensions/scripting/webServices/authenticationService");
+ _section = (ScriptingAuthenticationServiceSection) WebConfigurationManager.GetSection ("system.web.extensions/scripting/webServices/authenticationService");
}
void EnsureEnabled() {