Skip to content

Instantly share code, notes, and snippets.

@dunston
Created March 21, 2013 14:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dunston/5213369 to your computer and use it in GitHub Desktop.
Sitecore ECM 2.0 MVC binding redirection
<configuration>
<runtim>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtim>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment