Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Internet Information Services (IIS) Hosting installed and turned on.

  2. 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

  1. Create ACMMobilePortal Database using the ACM_Mobile_Portal.sql file provided in the Install package.

  2. 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.

  3. Add one or more entries to the Configuration Administrators table so that those users can have access to Administrator functions on the Portal.

  4. Copy Portal Code to desired folder location

    1. Option 1 (IIS Local Folder): C:\inetpub\wwwroot\MobilePortal

    2. Option 2 (IIS Linked): C:\Program Files\AutoSol\Communication Manager\MobilePortal

  5. Configure IIS or preferred Hosting option. See section below on IIS Setup steps.

  6. Access site as a ConfigurationAdministrator role and verify License settings are correct and working.

  7. Access site as a ConfigurationAdministrator role and configure Server settings to your organizational needs.

  8. Verify ACM security (if used) is configured for your users accessing the Portal.

...