Hi,
I have added the follwing to inside the <configSections> & </configSections> tags;
<sectionGroup name="LSpaceDesign.Web"> <section name="GoogleSiteMap" type="LSpaceDesign.GoogleSiteMap.ConfigurationHandler, LpaceDesign.GoogleSiteMap" /></sectionGroup>
But where do I put this bit;
<LSpaceDesign.Web> <GoogleSiteMap> <SiteMapLoader>LSpaceDesign.GoogleSiteMap.GoogleSiteMapForDotNetNuke3, LSpaceDesign.GoogleSiteMapForDotNetNuke3</SiteMapLoader> <ChangeFreq>weekly</ChangeFreq> <License> <IPAddress>127.0.0.1</IPAddress> <KeyCode>****-****-****</KeyCode> </License> </GoogleSiteMap> </LSpaceDesign.Web>
That section needs to be placed within the 'configuration' section of web.config, and after the 'configSections' section.