I'm in the process of deploying a locally developed Kentico v7.0.7 website to our Windows 2008 R2 server and none of my macros are working. I'm getting a RESOLVEDATMACRO error in the Event Log. Any idea on how to resolve this? What I've searched for has been less than helpful. Here is an example error:
Error while evaluating expression: Math.RandomSelection( List(1,2,3,4,5,6),1)|(user)user101|(hash)0bf40d9c4c65e261afaa5fa00d7f2e11f64ebb9f3710a92545de4a4d037b99c5
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.SHA256Managed..ctor()
at CMS.GlobalHelper.SecurityHelper.GetSHA2Hash(String inputData)
at CMS.GlobalHelper.ValidationHelper.ValidateHash(String value, String hash, Boolean userSpecific, Boolean redirect, String customSalt)
at CMS.GlobalHelper.ValidationHelper.ValidateHash(String value, String hash, Boolean userSpecific, Boolean redirect)
at CMS.GlobalHelper.MacroResolver.CheckMacroIntegrity(String expression, String userName, String hash)
at CMS.GlobalHelper.MacroResolver.ResolveDataMacro(String expression, Object& result, Boolean& match, Boolean keepObjectsAsResult, Boolean& securityCheckPassed, Boolean& doNotResolve, Boolean skipSecurityCheck)