Navigation Menu & SiteMap.aspx

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
11/11/2010 10:57:40 AM
Gravatar
Total Posts 156

Navigation Menu & SiteMap.aspx

I'm using a SiteMenu control with UseSuperfish attribute set to true.  The navigation bar shows up and works fine, but it doesn't show up when I go to SiteMap.aspx for some reason.  Any ideas as to why?

11/12/2010 8:50:43 AM
Gravatar
Total Posts 2239

Re: Navigation Menu & SiteMap.aspx

Hi,

You need to add this to your user.config and then open & save your web.config to get your site to restart.

<add key="HideMenusOnSiteMap" value="false" />

HTH,
Joe

You must sign in to post in the forums. This thread is closed to new posts.