Merge pull request #1843 from NorthernLights/patch-1

Disable FIPS Validation Check in App.config
pull/702/head
Luke 9 years ago committed by GitHub
commit 437033111c

@ -52,6 +52,7 @@
<bindingRedirect oldVersion="0.0.0.0-2.3.6.0" newVersion="2.3.6.0"/>
</dependentAssembly>
</assemblyBinding>
<enforceFIPSPolicy enabled="false"/>
</runtime>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">

Loading…
Cancel
Save