Start the “nodeProtect.Web.msi” to install the nodeProtect Web Admin Portal.
Accept license agreement and enter the installation path.
Click install to start the installation.
Edit the “$env:ProgramFiles\nodeProtect\Web\appsettings.json” file and Clients section:
• Change the DefaultConnection to (and change password):
"DefaultConnection": "Server=.\\SQLExpress;Database=nodeProtect;User Id=nodeProtectWeb;Password={Password};MultipleActiveResultSets=true"
Create a new Website for the Web Portal.
Configure the application pool.
Configure the Advanced Settings on the Application Pool.
Configure authentication on the website.
Make sure only Anonymous Authentication is enabled.
Recycle the application pool.
Start your browser (Chrome is preferred) and navigate to the Web Portal and login.
Verify that your login was successful by clicking the settings wheel in top right corner and check for your Tenant Id and Primary/Secondary Key.
Administration Web Portal installation completed. Continue to Node API.