Applies to:
Venafi Encryption Director 6.0 and greater
Symptom:
When logging into WebAdmin you may receive the error message:
"Resource is unavailable"
Cause:
The web.config file located at:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config
may have Authentication entries preventing access to WebAdmin
Resolution:
Modify the entry in web.config to "false" as is below:
<httpCookies httpOnlyCookies="false" />
You should be able to close and reopen your browswer, log in, and see the application.
Comments