Summary:
You may receive following errors in new installs while opening web URL of respective products:

"Parser Error"
"An error occurred during the parsing of a resource required to service
this request. Please review the following specific parser error details and
modify the source file appropriately.
Parser Error Message: this implementation is not part of the windows
platform FIPS validated cryptographic algorithms.
Source Error:
Line 1: <%@ Application Codebehind='Global.asax.cs"
Inherits="NetQoS.SuperAgent.web.Global" %>
Source File: /SuperAgent/global.asax
Resolution:
Go to "Administrative Tools > Local Security Policy" in the Start Menu and
disable the following:
Navigate to:
Security Settings > Local Policies > Security Options
Find the below key on right side panel:
"System cryptography: Use FIPS compliant algorithms for encryption, hashing
and signing"
Also,
Make sure the following key is set to 0 in the Registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\fipsalgorithmpolicy
Also, there might be more than one instance of the fipsalgorithmpolicy in the registry. Go to the top of the Windows Registry and search for "fipsalgorithmpolicy", keep on searching by typing F3 until will find all the instances and change the value of each instance to 0.
