When i run the SiteMapPath in visual studio 2010 then i found that it run successfully. When i run same sitemap file in visual studio 2013 then didn't run. I found the Error, that error is:
Now the solution is, remove .aspx extension of the url attribute from the web.sitemap file. Now you can see after removing the extension.
Now the output page of the file is:
.aspx extensionBecause visual studio 2013 support hide extension functionally or you can say it provide friendly url to the users. Like
http://localhost:25367/marketusHere, marketus is the page name, not a directory. So problem structure is:
Now the solution is, remove .aspx extension of the url attribute from the web.sitemap file. Now you can see after removing the extension.
Now the output page of the file is: