Applies to:
Venafi Encryption Director 6.0 and greater, TrustAuthority / TrustForce 14 and greater
Symptom:
When trying to open WebAdmin you may receive an error similar to:
Server Error in '/VEDAdmin’ Application.
Cause:
The Trust level located in the web.config file at
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config
may be too low:
<trustLevel name="Medium" policyFile="internal" />
and/or
<trust level="Medium" originUrl="" />
Resolution:
Edit the trust level setting to be "Full".
<trustLevel name="Full" policyFile="internal" />
and/or
<trust level="Full" originUrl="" />
Save the file and restart your browser. You should now be able to login.
Comments