1. I unzip the Gizmox.WebGUI.DNNAdmin.1.0.zip to folder: F:\WOW\Gizmox.WebGUI.DNNAdmin.
2. Create virtual directory in IIS name: DNNAdmin.
3. Register the ".wgx" and uncheck the "check file exists" checkbox.
4. Change the absolutely path in web.config:
<WebGUIAdmin>
<Metadata>
<Path Value="f:\wow\Gizmox.WebGUI.DNNAdmin\Gizmox.WebGUI.Admin.DotNetNuke\Config\DNNAdmin.xml" />
<Type Value="Gizmox.WebGUI.Admin.Metadata.Xml.XmlAdminMetadata, Gizmox.WebGUI.Admin.Metadata.Xml"/>
</Metadata>
</WebGUIAdmin>
5. Change the absolutely path in DNNAdmin.xml:
<Services>
<Service Name="DNNConfig" Type="Gizmox.WebGUI.Admin.Services.ConfigurationService, Gizmox.WebGUI.Admin" Scope="Application">
<Param Name="HostPath" Value="F:\WOW\Gizmox.WebGUI.DNNAdmin\Gizmox.WebGUI.Admin" />
</Service>
</Services>
6. Open Gizmox.WebGUI.DNNAdmin.sln and rebuild all, sucess.
7. Open http://127.0.0.1/wgx/dnnadmin.wgx.
Javascript error, not object define.
Any suggest?