As soon as a dropped a
RadAsyncUpload control on the page, I started receiving the error above (the title). If I view the application locally it runs just fine. I run it on the server, it displays the error. On the server (Windows Server 2008 R2 Standard, IIS 7.5) the registry key HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > LSA > FipsAlgorithmPolicy is enabled, locally it is not. I read that rad controls are FIPS compatibile and am wondering why this is giving me issues. I have tried adding the machineKey with 3DES and still get error. I have set debug="false" in web.config and still get error. I am unable to remove the registry key. Any guidance on what to do to get this to work?
Application Web.Config
...
<
system.web>
<customErrors mode="Off" />
<compilation debug="true" strict="false" explicit="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
...
Just updated my control set to the Q3 2012.