This Site is Currently Not Enabled
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.
- In File Explorer, browse to the C:\Program Files (x86)\Maximizer\Portals\Employee folder.
- Modify the web.config file. Specifically, open the file using a text editor.
- Find the line that reads:
<add key="Enabled" value="false" />
Change this line to read:<add key="Enabled" value="true" />
- Save the changes and restart your web server.