summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OAuthServiceProvider/Web.config')
-rw-r--r--samples/OAuthServiceProvider/Web.config5
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/OAuthServiceProvider/Web.config b/samples/OAuthServiceProvider/Web.config
index 21fe388..674e678 100644
--- a/samples/OAuthServiceProvider/Web.config
+++ b/samples/OAuthServiceProvider/Web.config
@@ -40,13 +40,16 @@
</messaging>
</dotNetOpenAuth>
- <appSettings/>
+ <appSettings>
+ <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
+ </appSettings>
<connectionStrings>
<add name="DatabaseConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
+ <httpRuntime targetFramework="4.5" />
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this