I have an FDCC compatible workstation with FIPS 140-1 enabled (level 1).
Now I can not run / debug any VS 2005/2008 applications on my machine
The following error message appears in the browser
Parser Error Message: This implementation is not part of the cryptographic Windows FIPS authentication algorithms.
The error points to line No. 1 of the default.aspx.cs file
using the system;
The only way to successfully debug / run my application is to install the following registry key: 0
HKLM \ System \ CurrentControlSet \ Control \ Lsa \ fipsalgorithmpolicy
I understand that there are some cryptographic algorithms that do not match FIPS on XP SP2, but I do not use cryptography at all. In this case, the solution contains only the default.aspx page with the default code in the .cs file, and even this does not work.
So my question is why the webpage is not loading, and why the error points to line # 1 "using System"; statement?
My next question is how can I develop FIPS compatible block processing when I don't have edit rights in the registry
Thanks kudlur
paramesh kudlur
source share