This Site is Currently Not Enabled

Updated 1 year ago by Patrick Wong

After installing Maximizer on your server, your initial attempt at accessing the login page results in a This site is currently not enabled message:

Solution

To enable this site, access your web server that is hosting Maximizer.

The following requires access to the webserver hosting Maximizer. If you do not have access to the webserver, please speak to your IT staff for assistance.
  1. In File Explorer, browse to the C:\Program Files (x86)\Maximizer\Portals\Employee folder.
  2. Modify the web.config file. Specifically, open the file using a text editor.
  3. Find the line that reads:
    <add key="Enabled" value="false" />
    Change this line to read:
    <add key="Enabled" value="true" />
  4. Save the changes and restart your web server.


How did we do?