summaryrefslogtreecommitdiffstats
path: root/nuget/content/Ultimate/web.config.transform
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-24 18:27:53 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-24 18:27:53 -0700
commit033b32eef902f806ac6a8cc28cceb299dcccf95f (patch)
treeb1faaffce8731f640ca4a3ea687b303273855141 /nuget/content/Ultimate/web.config.transform
parentb96059ad3bb7d30284edf9fe7b1a2e7d0dd9ffef (diff)
parente5b8e2e4bd925ef6967c264644e4d67749b5b3de (diff)
downloadDotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.zip
DotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.tar.gz
DotNetOpenAuth-033b32eef902f806ac6a8cc28cceb299dcccf95f.tar.bz2
Merge branch 'v4.0'
Conflicts: src/version.txt
Diffstat (limited to 'nuget/content/Ultimate/web.config.transform')
-rw-r--r--nuget/content/Ultimate/web.config.transform8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuget/content/Ultimate/web.config.transform b/nuget/content/Ultimate/web.config.transform
index 38544f3..94f7d99 100644
--- a/nuget/content/Ultimate/web.config.transform
+++ b/nuget/content/Ultimate/web.config.transform
@@ -31,20 +31,20 @@
<!-- This prevents the Windows Event Log from frequently logging that HMAC1 is being used (when the other party needs it). -->
<legacyHMACWarning enabled="0" />
- <!-- When targeting ASP.NET MVC 2, this assemblyBinding makes MVC 1 references relink
- to MVC 2 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it. -->
+ <!-- When targeting ASP.NET MVC 3, this assemblyBinding makes MVC 1 and 2 references relink
+ to MVC 3 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it.
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
- <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" />
+ <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
</assemblyBinding>
+ -->
</runtime>
<dotNetOpenAuth>
<!-- This is an optional configuration section where aspects of dotnetopenauth can be customized. -->
<!-- For a complete set of configuration options see http://www.dotnetopenauth.net/developers/code-snippets/configuration-options/ -->
- <!-- You may also refer to README.Bin.html for instructions on enabling Intellisense for this section. -->
<openid>
<relyingParty>
<security requireSsl="false">