To upgrade from version 3.3.x to version 3.5.x please follow the steps below.
-
Stop the World Wide Web Publishing Service.
-
Copy your EzeScanWebApps folder to another location (for backup).If using MS SQL Server we also suggest taking a backup of the databases.
-
Go into the App Pool hosting the application and change the .NET CLR Version from "v4.0" to "No Managed Code".
-
Delete all content in EzeScanWebApps except for the App_Data folder.
-
Install ASP.NET Core Runtime 3.1.19 Hosting Bundle (or newer) - Link to download
-
Download the 3.4.x zip from our website -> Right click properties and unblock, unzip and then copy over the top the EzescanWebApps folder.
-
If you currently have an appsettings.json file located in your App_Data folder then do the following (This will be the case if you're using MS SQL Server):Copy the new format appsettings-template.json file to appsettings.json in the root of your EzeScabWebApps folder.Copy any applicable settings from the the old format appsettings.json file that was located in the App_Data folder to the one now located in the root folder of EzeScanWebApps.
-
Start the World Wide Web Publishing Service.
-
Load the homepage, login and check functionality by processing a sample document.