...
Internet Information Services (IIS) Hosting installed and turned on.
ASP.Net Core Hosting Bundle (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-56.0.148-windows-hosting-bundle-installer )
Major Steps
Create ACMMobilePortal Database using the ACM_Mobile_Portal.sql file provided in the Install package.
In the ACMMobilePortal folder, edit the appsettings.jason file; ConnectionString "PortalDataBase" to the correct SQL server host name. The default is setup for Windows Authentication using the App pool account as: Server=localhost\\SQLEXPRESS;Database=ACMMobilePortal;Trusted_Connection=yes;Persist Security Info=False; See Configuration for details.
Add one or more entries to the Configuration Administrators table so that those users can have access to Administrator functions on the Portal.
Copy Portal Code to desired folder location
Option 1 (IIS Local Folder): C:\inetpub\wwwroot\MobilePortal
Option 2 (IIS Linked): C:\Program Files\AutoSol\Communication Manager\MobilePortal
Configure IIS or preferred Hosting option. See section below on IIS Setup steps.
Access site as a ConfigurationAdministrator role and verify License settings are correct and working.
Access site as a ConfigurationAdministrator role and configure Server settings to your organizational needs.
Verify ACM security (if used) is configured for your users accessing the Portal.
...