How to maintain a web.sitemap file
- From: "rote" <naijacoder@xxxxxxxxxxx>
- Date: Mon, 19 Nov 2007 18:37:02 +1100
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>
.
- Prev by Date: Re: Maximum file upload question
- Next by Date: RE: Attributes.Add to textbox
- Previous by thread: Re: aspnet_wp.exe could not be started
- Next by thread: RE: Attributes.Add to textbox
- Index(es):