Thứ Ba, 16 tháng 1, 2024

Disable Fips Algorithm Policy ASP.NET

- Solution 1: Disable FipsAlgorithmPolicy in Windows Registry:
  Set Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled to 0

- Solution 2: Modify C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Aspnet.config

  <configuration>
    <runtime>
        <enforceFIPSPolicy enabled="false" />
    </runtime> 
</configuration>

Reference:

Không có nhận xét nào :

Đăng nhận xét