I got this error, but I don’t know what it means:
System.Configuration.ConfigurationErrorsException: only one item <siteMapNode>is required directly inside the item <siteMap>.
<siteMapNode>
<siteMap>
Can you help me?
Maybe there is something with a sitemap ... I googled and found this:
http://forums.asp.net/t/1245553.aspx
The sitemap must have one siteMapNode root under which all other elements are located. So there you are:<siteMap> <siteMapNode title="Home" ...> all other nodes </siteMapNode> </siteMap> , node. , node, , .
The sitemap must have one siteMapNode root under which all other elements are located. So there you are:
<siteMap> <siteMapNode title="Home" ...> all other nodes </siteMapNode> </siteMap>
, node. , node, , .
node, node SiteMapDataSource
ShowStartingNode="false"
:
<asp:SiteMapDataSource ID="MainMenuSiteMap" SiteMapProvider="MainMenuProvider" ShowStartingNode="false" runat="server" /`>
Source: https://habr.com/ru/post/1706613/More articles:Insert multiple rows in DB2Command.ExecuteNonQuery - sqlIs there a way to "automatically deploy" ASP.NET applications after restarting IIS? - asp.netproblem with MATLAB imread () - imageSerializing XML DOM Portions with Xerces C ++ - c ++If you want to clone Monopoly Tycoon in Python, which libraries would you use? - pythonActive Directory - Django / Rails - pythonWhat is the best way to complete automated transactions using Asp.Net MVC? - aopCan you unzip the Adobe AIR application? - airHow to change the name of ColorDialog? - .netКак заставить WSDL.exe НЕ генерировать методы XxxAsync (я все еще хочу Begin/EndXxx) - wsdlAll Articles