How to maintain a web.sitemap file

R

rote

I have this sample sitemap xml below i want to write an aspx page to modify
below..
Any ideas?



<?xml version="1.0" encoding="utf-8" ?>

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >

<siteMapNode url="default.aspx" title="Home">

<siteMapNode url="approver.aspx" title="Approver Expenses"
roles="S_Information,S_Calle" />

<siteMapNode url="audit/auditor.aspx" title="Audit Page"
roles="S_Information" />

<siteMapNode url="admin/admin.aspx" title="Admin Manager"
roles="S_HeadOffice" />

</siteMapNode>

</siteMap>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top