Re: Web.Config Changes

Google Site Map for ASP.NET

Web.Config Changes


Anonymous 07-09-2005, 4:57

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>

Re: Web.Config Changes


admin 07-10-2005, 11:51

That section needs to be placed within the 'configuration' section of web.config, and after the 'configSections' section.

 


Roger Willcocks
Software Engineer MSCD.NET
L-Space Design
http://www.l-space-design.com/
"Putting your experience to work"
© L-Space Design Limited 2005

Powered by Community Server, by Telligent Systems