Definition: -
Site map is used to create
the hierarchy for the navigation of the current website.
Procedure to get the current status of the application: -
Choose
Website à Add new Item à Site Map à Create it
Code
for the Site Map File: -
<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode url="" title="Master" description="Master">
<siteMapNode url="reg.aspx" title="Registration" description="Registration" />
<siteMapNode url="login.aspx" title="Login" description="Login" />
</siteMapNode>
</siteMap>
No comments:
Post a Comment