Hello Rinze,
I have a radmenu that should show the links I am writing in the sitemap, I tried ../ and it is not working as you mentioned, when I try ~/default.aspx, it give me a duplicated url error; I think because the parent project has that same url in its sitemap:
Ok, so I have the parent project has a web.sitemap, one of the links is going to a child project which has another web.sitemap. however both should have the link to default page in the parent project, so the one sitemap in the parent project is:
<siteMapNode url="default.aspx" title="PIN Home" CssClass="MainItemBlue" CssClassExpanded="MainItemBlueOver" roles="piniiwebaccess" group="Home"></siteMapNode>
and it works fine.
Now the one in the sitemap inside the child project is:
<siteMapNode url="../default.aspx" title="PIN Home" CssClass="MainItemBlue" CssClassExpanded="MainItemBlueOver"></siteMapNode>
and it doesn't work as you said so I changed it to ~/default.aspx and that give me the url duplicated error
Thank you,
Shehab