Skip to content

Instantly share code, notes, and snippets.

@bdukes
Created May 5, 2011 13:55
Show Gist options
  • Save bdukes/957074 to your computer and use it in GitHub Desktop.
Save bdukes/957074 to your computer and use it in GitHub Desktop.
Assembly binding redirect for Ajax Control Toolkit. <runtime> element is at the same level as <system.web> and <system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" />
<dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity name="AjaxControlToolkit" publicKeyToken="28f01b0e84b6d53e" />
<bindingRedirect oldVersion="0.0.0.0-99.99.99.99" newVersion="4.1.50401.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment