Issue
I have logged into the Administration Module using my Windows account with a WorkflowGen Administrator profile, but I can’t see the link in my home page to access the Configuration Panel.
Cause
The Windows user account has not been defined in the ApplicationConfigAllowedUsersLogin parameter in the web.config file.
Solution
Open the DRIVE:\Inetpub\wwwroot\web.config file with a text editor, and
add the Windows username to the ApplicationConfigAllowedUsersLogin parameter.
Example:
<add key=ApplicationConfigAllowedUsersLogin value=wfgen_admin,admin_user1,admin_user2 />