SharePoint Virtual Directories Sitemap

Posted by Edison on Stack Overflow See other posts from Stack Overflow or by Edison
Published on 2010-04-13T02:33:38Z Indexed on 2010/04/13 3:42 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

I have created and asp.net web site utilizing a web.sitemap file to help with navigation. The site needs to be deployed within a virtual directory inside of our SharePoint intranet site. The problem that I am running in to is that when I request the SiteMap.CurrentNode property, it is returning information from SharePoint's sitemap. Specifically, when i try to get my sitemap's title or description, I am getting information from SharePoint. I have tried re-naming my sitemap and declaring a new Sitemap provider within the web.config. After creating the new sitemap provider and requesting the SiteMap.currentNode, I receive an error message saying that it can't find the web.sitemap file.

Any help you can provide would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about c#