diff options
Diffstat (limited to 'nuget/content/Ultimate/web.config.transform')
-rw-r--r-- | nuget/content/Ultimate/web.config.transform | 8 |
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"> |