Follow

Server Error in WebAdmin

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.

Server_Error_in_VEDAdmin.png

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.

Was this article helpful?
3 out of 3 found this helpful

Comments