Where do I assign Administrator permissions (username and password)?
To assign an administrator username, search for the Application(“administrator”)=”admin” setting in the settings.asp file and write your defined username inside the quotation marks. In this case we use admin as the username. Similarly, to assign an administrator password, search for the Application(“admin_password”)=”admin” setting and write the password you chose inside the quotation marks. In this case we used admin as the password.