diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 14:57:34 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 14:57:34 -0800 |
commit | 2e177b1c58ccd1c8edc2cc78e0c629784173a95c (patch) | |
tree | 0afbda6bc7b6a9ed799a21f275930bb0024f17bd /samples/OAuthAuthorizationServer | |
parent | c822a97c464a31fac7eccfb1ca9fb4f5b70a53b8 (diff) | |
download | DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.zip DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.tar.gz DotNetOpenAuth-2e177b1c58ccd1c8edc2cc78e0c629784173a95c.tar.bz2 |
Fixes ASP.NET controls to be async.
Diffstat (limited to 'samples/OAuthAuthorizationServer')
-rw-r--r-- | samples/OAuthAuthorizationServer/Web.config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/Web.config b/samples/OAuthAuthorizationServer/Web.config index 6d03f39..4e25f1e 100644 --- a/samples/OAuthAuthorizationServer/Web.config +++ b/samples/OAuthAuthorizationServer/Web.config @@ -75,7 +75,12 @@ providerName="System.Data.SqlClient" /> </connectionStrings> + <appSettings> + <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> + </appSettings> + <system.web> + <httpRuntime targetFramework="4.5" /> <compilation debug="true" targetFramework="4.0"> <assemblies> <add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |