Hi there coding mates...
Chapter 7-Web.sitemap file.
I have a question about the web.sitemap file.
For example from this file:
Code:
<siteMapNode url="~/About/Default.aspx" title="About" description="About
this Site">
<siteMapNode url="~/About/Contact.aspx" title="Contact Us"
description="Contact Us" />
<siteMapNode url="~/About/AboutUs.aspx" title="About Us"
description="About Us" />
</siteMapNode>
About, has 2 child nodes.
When user clicks on About in the menu, he will get the Default.aspx page, which has nothing in it, am I missing something? or may be this problem gets fixed later in the book?
Same goes for the Reviews menu item, it also has 2 child nodes, but clicking on Reviews, will lead to a default.aspx...
10x..
