Issue
I am unable to apply my license key. I also noticed there are zero eval licenses available. I know the product comes with 10 evaluation licenses.
What is wrong with this install?
Solution
If ASP.net is installed, and properly configured, make sure there are no policies restricting IIS.
To confirm, open regedit and go to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy]
The value should be 0 (disabled)
If set to 1, then this policy will need to be changed.
Read these two articles for another way to disable the check on just this instance of IIS: http://blogs.iis.net/webtopics/archive/2009/07/20/parser-error-message-this-implementation-is-not-part-of-the-windows-platform-fips-validated-cryptographic-algorithms-when-net-page-has-debug-true.aspx
Here's the link on how to fix (without amending the registry): http://blogs.msdn.com/b/shawnfa/archive/2008/03/14/disabling-the-fips-algorithm-check.aspx