当前位置:首页 > Windows程序 > 正文

解决“This implementation is not part of the Windows Platform F

2024-03-31 Windows程序

解决“This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms”

还是装那台处事器,装好了IIS和ASP.NET,但在运行aspx页面时呈现了异常:
异常信息: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
上网搜索一下,有以下几种方案:
1.用组计谋编纂器封锁FIPS:gpedit.msc,改成禁用

技术分享图片


功效:我的原来就是禁用,此方案无效。
2.将DOTNET Framework停用FIPS。
(1)改削Web.config增加

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

功效:无效
(2)改削C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config,增加与(1)不异的内容
功效:无效
3.改削注册表:
(1):HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa:FipsAlgorithmPolicy=0;
(2):HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy:enabled=0;
功效:我的(1)是1,(2)原来就是0,把(1)改成0后,,问题解决

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/35234.html

Jm-杰米博客Jamie
草根站长的技术交流乐园!IT不会不要紧快来好好学习吧!
  • 20786文章总数
  • 7494590访问次数
  • 建站天数
  • 友情链接