Welcome to L-Space Design Forums Sign in | Join | Faq

Google Site Map for ASP.NET

Started by Anonymous at 07-09-2005 4:57. Topic has 1 replies.

   

Print Search
Sort Posts:    
   07-09-2005, 4:57
Anonymous
Web.Config Changes
Thread Status:

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>


    
   07-10-2005, 11:51
admin is not online. Last active: 7/23/2010 6:57:35 AM admin

Top 10 Posts
Joined on 06-16-2005
Auckland, New Zealand
Posts 62
Re: Web.Config Changes

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"
   Report 
L-Space Design ... » L-Space Design ... » Google Site Map... » Re: Web.Config Changes

   

Powered by Community Server, by Telligent Systems