Recreating binding redirects in the section of web.config

Visual Studio

If for some reason this section does not include correct values or does not exist, open the package manager console, then run this

Get-Project –All | Add-BindingRedirect

Or for a specific project

Get-Project –Name ProjectName | Add-BindingRedirect

Post a Comment

Previous Post Next Post