diff options
Diffstat (limited to 'samples/OpenIdRelyingPartyMvc/Web.config')
-rw-r--r-- | samples/OpenIdRelyingPartyMvc/Web.config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/Web.config b/samples/OpenIdRelyingPartyMvc/Web.config index ba7d656..8e432b0 100644 --- a/samples/OpenIdRelyingPartyMvc/Web.config +++ b/samples/OpenIdRelyingPartyMvc/Web.config @@ -56,9 +56,12 @@ <reporting enabled="true" /> </dotNetOpenAuth> - <appSettings/> + <appSettings> + <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" /> + </appSettings> <connectionStrings/> <system.web> + <httpRuntime targetFramework="4.5" /> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this |