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/OpenIdProviderWebForms | |
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/OpenIdProviderWebForms')
-rw-r--r-- | samples/OpenIdProviderWebForms/Web.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OpenIdProviderWebForms/Web.config b/samples/OpenIdProviderWebForms/Web.config index efed107..099d6bf 100644 --- a/samples/OpenIdProviderWebForms/Web.config +++ b/samples/OpenIdProviderWebForms/Web.config @@ -58,9 +58,12 @@ <appSettings> <!-- Get your own Yubico API key here: https://upgrade.yubico.com/getapikey/ --> <add key="YubicoAPIKey" value="3961"/> + + <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> </appSettings> <system.web> + <httpRuntime targetFramework="4.5" /> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this |