Posted on: 12/3/2013 11:32:17 PM | Views : 750

I'm having troubles getting my sitemap file to work. I first had this

<?xml version="1.0" encoding="utf-8"?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"> <siteMapNode url="http://localhost:61770/MyPoints" title="My Points" Description="My Points"> <siteMapNode url="http://localhost:61770/ResetPassword" title="Change Password" Description="Change Password" /> <siteMapNode url="http://localhost:61770/Mobile/" title="Digital Loyalty Card" Description="Digital Loyalty Card" /> </siteMapNode> <siteMapNode url="http://localhost:61770/Clubs.aspx" title="Clubs" Description="Clubs" /> </siteMap>


Which gave me this error
Exactly one <siteMapNode> element is required di ...

Go to the complete details ...