Hi there!
I currently have one live site and one test site using MSx9.3, and would like to know how to assign each store its own page.menu.xml.config file. Each site has, or will have, a few t-pages which are linked to the top level of the top menu. I assume it's somewhere in here:
Code:
<asp:Menu ID="aspnetMenu" runat="server" Orientation="Horizontal" StaticTopSeparatorImageUrl="images/tab-sep.gif"
StaticEnableDefaultPopOutImage="False" StaticDisplayLevels="2" MaximumDynamicDisplayLevels="<%$ Tokens:AppConfigUSInt, MaxMenuLevel %>">
...but maybe not. Thanks for the help!