This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms when building an app with visual studio

后端 未结 4 1385
深忆病人
深忆病人 2021-02-12 02:35

I am trying to compile my program in visual studio and I am getting a FIPS Cryptographic algorithms error. I have checked the registry key and it is set to false.

Any su

4条回答
  •  长情又很酷
    2021-02-12 03:16

    Question is a bit general. My more specific error:

    AppContainer Creation Failed with error message NONE, state This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms

    Microsoft explains and lists a workaround here:

    https://support.microsoft.com/en-us/help/911722/you-may-receive-an-error-message-when-you-access-asp-net-web-pages-tha

    Open Web.config Locate the system.web section

    Add the key:

    **
    

    Save Web.Config, then iisreset from the command prompt.

    Assumption is that company policy has set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\fipsalgorithmpolicy with a value of 1 (and of course, that IIS is running)

    Would be nice to know why this effects the installation of Python and R on Windows SQL Server 2019.

提交回复
热议问题