This implementation is not part of Windows Platform FIPS cryptographic authentication algorithms for caching.

We created a web application that caches a drop-down list of states and displays only once a week. I disabled FIPS in the registry and cannot find any information on what to do with this problem.

Every time I run the application, I get a FIPS error even though FIPS is disabled.

edit: since then I added this line to the dev.exe.config file

The problem still remains. Does anyone know how I get a FIPS error when it does not need to know that fips exist. (I restarted my computer many times, hoping to solve this problem as well)

+4
source share
1 answer

This is a serious research issue. If you have any problems, even after I said above, you can solve this problem. (assuming you can disable FIPS compliance on your machine.) Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ Lsa In this folder, you should see FipsAlgorithmPolicy. REMOVE this registry entry and restart. If the system is double encrypted, you cannot run any form of caching in .net.

Here is the documentation I found on this issue. https://getsatisfaction.com/web_active_directory/topics/why_do_i_get_a_parser_error_message_about_windows_platform_fips

http://blogs.msdn.com/b/webtopics/archive/2009/07/20/parser-error-message-this-implementation-is-not-part-of-the-windows-platform-fips-validated- cryptographic-algorithms-when-net-page-has-debug-true.aspx

http://blogs.iis.net/webtopics/archive/2009/07/20/parser-error-message-this-implementation-is-not-part-of-the-windows-platform-fips-validated-cryptographic- algorithms-when-net-page-has-debug-true.aspx

+3
source

Source: https://habr.com/ru/post/1435141/


All Articles