473,473 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

SiteMap Provider resolution problems in a SharePoint site.

1 New Member
I've implemented three sitemap providers for my SharePoint site. They all work but after 24 hours up to 2 weeks of uninterrupted service, I get the error

"The file sitemap.sitemap required by XmlSiteMapProvider does not exist."

It seems to be a permissions problem since I can browse the site when logged on to the server as a local admin. However, I can't browse the site remotely as a user with read-only access to the sharepoint site and get the above error.

To correct the problem, I log on to the server as the system admin and browse the site which comes up. Then I can browse the site from a remote machine as the read-only user.

The site map provider entries in the web.config are:

Expand|Select|Wrap|Line Numbers
  1.         <add name="FunctPgmsMenuProvider"
  2.           type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.3600.0, Culture=neutral, 
  3.                 PublicKeyToken=b03f5f7f11d50a3a"
  4.           siteMapFile="FunctPgmsMenu.sitemap"/>
  5.         <add name="ServicesMenuProvider"
  6.           type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.3600.0, Culture=neutral, 
  7.                 PublicKeyToken=b03f5f7f11d50a3a"
  8.           siteMapFile="ServicesMenu.sitemap"/>
  9.         <add name="HowDoIMenuProvider"
  10.           type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.3600.0, Culture=neutral, 
  11.                 PublicKeyToken=b03f5f7f11d50a3a"
  12.           siteMapFile="HowDoIMenu.sitemap"/>
  13.  
Thanks in advance for your help.
Jul 9 '08 #1
0 1367

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: mike | last post by:
I have 2 sites in my company. My .NET site uses a master page and a Menu control connected to a sitemap. In my sitemap file I would like to be able to do something like this: <sitemap>...
1
by: AmitKu | last post by:
Here is my situation. I have two sitemaps registered, A and B, where A is used by my default provider. When I do Sitemap.CurrentNode it operates w/ respect to the default provider. However, I...
5
by: Tim Mackey | last post by:
hi, i have put my web.sitemap in /App_Data so i can edit it programatically via a web admin page, inheriting the modify permissions from the App_Data folder etc. i was hoping the provider would...
3
by: Anders | last post by:
Hello, i have created a custom sitemap datasource. The sitemap gets all pages from a collection from a CMS system (not directly from a database). I have declared my sitemap provider as default in...
1
JamieHowarth0
by: JamieHowarth0 | last post by:
Hi guys, So the ever-lasting problem has remained until now - how to create a dynamic sitemap from information stored in a database. Microsoft's MSDN magazine covered how to do this using a...
1
by: VB Programmer | last post by:
Using ASP.NET 2.0 with Memberships. I have 2 folders, admin and client. Each folder has a sitemap file, admin.sitemap and client.sitemap, in the appropriate directory. I have a master page...
7
by: Mark B | last post by:
How do I have a SiteMap based on the output of a stored procedure? (I want to pass a @LanguageCode parameter to it so it will display the top Menu in the appropriate language).
0
by: Andy B | last post by:
I am using the default XML provider for the sitemap. I need the sitemap to display in different lists seperated based on node. Here is an example sitemap that I have. in web.sitemap (the list of...
1
by: Mark B | last post by:
In my Title and Description web.sitmap file I use: 3255|Home 5434|Support 5342|Contact etc in the Title and Description properties. The number represents a phrase lookup ID in a function...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.