...
Using IIS Manager, stop the ACM Mobile Portal Website.
Copy the appsettings.JSON file located in the install folder to a backup location such as the desktop.
Unzip the update package and replace the files located in the IIS installation root folder for the application. Example: C:\inetpub\wwwroot\asiMobilePortal. This process should version will replace all files of the same name as an indication you are correctly updating the applicationdue to the .Net version change.
Install the ASP.Net 6 Core Hosting Bundle.
Modify the new appsettings.JSON located in the installation folder with any preferences that where changed from the defaults using the copied version saved in step 2.
Modify Database connection strings to include Encrypt=False;
Using IIS Manager, restart the ACM Mobile Portal Website.
...