FIPS validated cryptographic algorithm ASP.Net 2.0 Parsing Error
am 23.01.2008 23:50:48 von GCeaserAll
I am receving the following error message when I attempt to run
my ASP.Net 2.0 Site on a server built to pass the DISA Gold scan.
------------------------------------------------------------ --------------------------------------------
Parser Error Message: This implementation is not part of the Windows
Platform FIPS validated cryptographic algorithms
------------------------------------------------------------ -------------------------------------------
The source error shows the following line of code as being in error:
Line 1: <%@ master language="VB" inherits="GATSSimpleMaster,
App_Web_0ny_5agg" %>
SO --- I search the web and found knowledge base article 91172 that
talked about a similar problem and tried its fix of adding a
machinekey entry to system.web section of the application web.config
file.
http://support.microsoft.com/kb/911722
The exact same error message was generated even with after the line
was added to the web.config file. (Please see the web.config file
below)
Any assistance would be greatly appreciate.
---------------------------------- Web.Config File
-------------------------------------------
decryption="3DES"/>