I can't see the link in my home page to access the configuration panel
Issue:
I have logged in to the administration module using my Windows account with WorflowGen administrator profile but I can't see the link in my home page to access the configuration panel.
Cause:
The Windows user account was not defined in the parameter "ApplicationConfigAllowedUsersLogin" of the web.config file.
Solution:
1. Edit the DRIVE:\inetpub\wwwroot\web.config with notepad.
2. Add the Windows user name to the parameter "ApplicationConfigAllowedUsersLogin".
E.g. <add key="ApplicationConfigAllowedUsersLogin" value="wfgen_admin,admin_user1,admin_user2" />
Reader Comments