The KHZ Application Reference Controller is a Free Redistributable API for DotNetNuke 3.0 Developers, presenting a rich feature set for integrating Navigation and Layouts within your Modules.
The name ARC is an acronym for Application Reference Controller. The ARC facilitates several different parts of communication for your modules, allowing streamlined, custom Layouts, efficient DataAccess, Caching and Centralized navigation for your DNN modules.
Who needs to use the ARC?
Depending on the modules you have installed, the usage varies. The ARC provides a central place to store the Processes, Procedures, Connectors, Connections, Hooks and Parameters for your ARC-dependant Applications.
Any modules that require the ARC should provide a reference to the latest download, or include it within thier module.
The ARC Requires a change in the HTTPModules section of your Web.Config file. This change is noted below:
<ADD name="KHZ_ARC" type="KHZ.ARC.ARCInit, KHZ.ARC" />
This change is automatically made to your web.config file upon installation. For due diligence, back up your web.config file before installing any modu