Hi,
Below code is working fine in older Windows servers but not showing horizontally in Windows Server 2022.
Please help if any changes to be made.
<asp:SiteMapDataSource ID="dvSiteMapDataSource" runat="server" ShowStartingNode="false" SiteMapProvider="SiteMap" />
<asp:Menu ID="MainMenu" runat="server" DataSourceID="dvSiteMapDataSource" Orientation="Horizontal" OnMenuItemDataBound="OnMenuItemDataBound">
<StaticMenuItemStyle CssClass="bvMenu"/>
<DynamicMenuItemStyle CssClass="bvSubMenu"/>
<DynamicHoverStyle BackColor="OrangeRed" />
</asp:Menu>
Thanks,
Anil