﻿QuickWatchGadget - Project Setup

Copy this project to an EPiServer CMS 6 CTP2 site and put it under modules\QuickWatchGadget.
Then update the web.config on underlying web site to include 
      <add name="QuickWatchGadget" resourcePath="~/modules/QuickWatchGadget/">
        <assemblies>
          <add assembly="QuickWatchGadget"/>
        </assemblies>
      </add>
 under episerver.shell/modules.
 
 When compiled, the QuickWatchGadget will save the assembly in the proper "bin" folder - and update the "lang" folder.
 
If you feel a need to create a module package for deployment, just compile and zip the contents of the "Install" folder.



Allan Thraen, EPiServer AB.

Released as Open Source under the LGPL License.
(C) 2009 EPiServer AB