Introduction
This release primarily contains fixes for the reported bugs including enhancements as detailed below.
System Requirements
Click on the link below to access the system requirements document:
Installation
Click on the link below to access “Digimaker Installation Guide” which will guide you with a step by step process on how to install Digimaker:
Upgrade Instructions
To upgrade to the latest build v6.0.47 from v6.0.xx please uninstall Digimaker v6.0.xx from your system and re-install the latest v6.0.46 build.
-
Upgrading through Digimaker Server Manager:
It is recommended to upgrade the websites solution and database settings to the latest version of Digimaker v6.0.47 using Server Manager. Click here to refer “Digimaker Server Manager Manual” which has a section titled “Upgrading a Website”.
Note: Only solutions based on Digimaker versions 5.2 and above can be upgraded using the Server Manager
Changes in this release
Please refer to the bug list for a detailed list of fixes made in the following modules:
-
Campaign Single Database multiple sites
-
Statistic
-
File Download Security Fix
-
Back Button and Caching
-
Active Directory
Campaign Single Database multiple sites
Digimaker has been designed to share content , libraries, eforms, campaigns across sites. One way of doing it is using a single Database for multiple sites.
Campaign service has confusion; it could not identify which site the campaign belongs to. Digimaker Campaign module has a new architecture where in site owners can RECLAIM their campaigns, this can be done using Server Manager. Use Server Manager , then Right Click on the Site -> All Tasks -> Resolve Campaigns , as are as shown in Figure 1 .
Figure 1 Use Server Manager to resolve campaigns
This will bring up a list of Unclaimed Campaigns. The site owner can identify the Campaigns belonging to its site, check the identified campaigns and then click Update button, to reclaim the Campaigns.
Figure 2 Shows list of Unclaimed campaigns
Statistics Enchancement : Now set priority on the sites for Digimaker Services.
Server Administrators can now chose to prioritize the sites for the statistics module. This is a useful feature for numerous sites hosted on a single server.
The ParserService does the parsing for sites in the Ascending order of priorties. This is done with server manager UI below. This is also reflected on the new config entry in Digimaker.config
<add key="StatisticsParserPriority" value="9223372036854775807" /> By default it’s a very large entry. And this change can be done with Server Manager as shown in Figure 3.
Figure 3 Setting Statistics priority for a site.
File Download Issue: Security enhancements
Prior releases of Digimaker had a limited capability when users chose to download files. Security is enhanced with the help of a config entry in Digimaker.config
<add key="HasAnonymousDownload" value="True" />If ‘HasAnonymousDownload’ is set to true, the site would not prompt users to login and authenticte themselves.
Server Manager has an intuitive UI to set this value as shown below in Fig 4

Figure 4 Allow anonymous File Access.
Active Directory Fix
Membership section on Web.config for a Digimaker CMS based Site, has been encrypted. To do this, go to Server Manager select the web site from site display pane on the left side of Server Manager.