| Subject: Beginner SiteMap Question |
| Group: microsoft.public.vstudio.general |
| Date: 9/15/2008 7:07:18 AM |
| From: "Roger Stenson" [Email Address Protection] |
Hi all I am just beginning to develop a new application which works as an addon to an exsting site. The second line is supposed to be the one which returns to the home site. The URL is a working site in my machine. The whole line is omitted from the TreeView , whereas it is shown if I enter a URL within the site like the other lines. I would be grateful for a tip on what I should enter to address an external site. Roger Stenson <siteMapNode url="default.aspx" title="Program and Results" description="Club Program, Event Results and Logon" > <siteMapNode url="http://quaddesktop/default.aspx" title="Home" description="Home Page Main Site" /> <!-- MembershipFacilites --> <siteMapNode url="memberDetailsA.aspx" title="Manage Member Data" description="Select Edit and print All Member Details" > <siteMapNode url="newmember.aspx" title="NewMember" description="Initiate a New Member Record" /> <siteMapNode url="resetSecurity.aspx" title="Reset Member Security" description="Reset User ID and Password" /> </siteMapNode> </siteMapNode> |
| Back |