I am using a custom XMLSiteMapProvider where in i have defined a web.sitemap file with urls.
The application worked fine for administrators but i got this error when i tried other users. I am using this control in a SharePoint 2007 Page . After lots of trial it came to my notice that actual error was not identification of the file .The problem was that the normal sharepoint user didn't had enough permission to access the web.sitemap file in web server .
This worked once i gave autheticated user access to the file,kind of fishy though , as i am not expecting this behaviour.
Subscribe to:
Post Comments (Atom)
Installing Octave in Ubuntu running on Docker
I want to run Octave on Ubuntu running on docker. Simple stuff but still manage to get errors and had to spend few minutes on fine-tuning ...


-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
Ever wanted to have a people picker kind of control in Infopath form and that too in browser mode. Did i heard yes :) , well there is a Acti...
-
Maven tool is not set in Jenkins pipeline Scenario Error when building the Jenkins pipeline (Pipeline project style) Error snippet: ...

2 comments:
Hi Raghu,
How did you actually provide the permissions to web.sitemap files since the users are places in the SQL database. I am struck up in the same scenario as yours !!
Warm regards,
Sabah Tahir
Hi , well in my case i gave all the network users read access to the file .
Post a Comment