Hi iam creating sitemap like this ,where pages are placed in pages folder of site,but iam not getting link for path
<siteMapNode url="" title="Home " description="">
<siteMapNode url="~/Pages/AdminHome.aspx" title="Home Master " description="Home Information"/>
<siteMapNode url="" title="Admission" description="Admission">
<siteMapNode url="~/Pages/NewAdmission.aspx" title="Admission " description="Admission Information"/>
</siteMapNode>
<siteMapNode url="" title="Menu " description="Menu">
<siteMapNode url="~/Pages/MenuMaster.aspx" title="Menu Master " description="Menu Master Information"/>
</siteMapNode>
<siteMapNode url="" title="Masters " description="Menu">
<siteMapNode url="~/Pages/Caste.aspx" title="Caste " description="Caste Information"/>
<siteMapNode url="~/Pages/frmClass.aspx" title="Class" description="Class Information" />
<siteMapNode url="~/Pages/frmMotherTongue.aspx" title="Mother Tongue" description="Mother Tongue Information" />
<siteMapNode url="~/Pages/frmNationality.aspx" title="Nationality" description="Nationality Information" />
<siteMapNode url="~/Pages/frmNote.aspx" title="Note" description="Nationality Information" />
<siteMapNode url="~/Pages/frmOccupation.aspx" title="Occupation" description="Occupation Information" />
<siteMapNode url="~/Pages/frmQualification.aspx" title="Qualification" description="Qualification Information" />
<siteMapNode url="~/Pages/frmReligion.aspx" title="Religion" description="Religion Information" />
<siteMapNode url="~/Pages/CalenderEventsMaster.aspx" title=" Academic Calendar " description="Events Information" />
<siteMapNode url="~/Pages/frmThoughtOfDay.aspx" title="Thought For The Day" description="Thought Information" />
<siteMapNode url="~/Pages/frmDesignation.aspx" title="Designation" description="Designation Information" />
<siteMapNode url="~/Pages/EventMaster.aspx" title="Events" description="Events Information" />
<siteMapNode url="~/Pages/Distance.aspx" title="Distance" description="Distance Information" />
<siteMapNode url="~/Pages/frmTerm.aspx" title="Term" description="Term Information" />
</siteMapNode>
<siteMapNode url="" title="Staff " description="Menu">
<siteMapNode url="~/Pages/frmDepartment.aspx" title="Department " description="Department Master Information"/>
<siteMapNode url="~/Pages/frmSubject.aspx" title="Subject " description="Subject Master Information"/>
<siteMapNode url="~/Pages/frmStaff.aspx" title="Staff " description="Staff Master Information"/>
</siteMapNode>
<siteMapNode url="" title="Teacher Class " description="Menu">
<siteMapNode url="~/Pages/StudentMaster.aspx" title="Student Master " description="Student Master Information"/>
<siteMapNode url="~/Pages/ClassSubject.aspx" title=" ClassSubject " description="Class SubjectMaster Information"/>
<siteMapNode url="~/Pages/TeacherassigntoClass.aspx" title="Teacher Assign To Class " description="Teacher Assign to Class Information"/>
<siteMapNode url="~/Pages/frmTeacherAttendance.aspx" title="Teacher Attendance " description="Teacher Attendance Information"/>
<siteMapNode url="~/Pages/StudentPerformance.aspx" title="Student Performance " description="Student Performance Information"/>
<siteMapNode url="~/Pages/frmTeacher.aspx" title="Teacher " description="Teacher Master Information"/>
<siteMapNode url="~/Pages/Grades.aspx" title="Grades " description="Grade Master Information"/>
</siteMapNode>
<siteMapNode url="" title="User and Role " description="Menu">
<siteMapNode url="~/Pages/UserMaster.aspx" title="User Master " description="User Master Information"/>
<siteMapNode url="~/Pages/RoleMaster.aspx" title="Role Master " description="Role Master Information"/>
<siteMapNode url="~/Pages/AssignMenu.aspx" title="Assign Menu " description="Menu Information"/>
</siteMapNode>
</siteMapNode>
vijaya
Vijayar, if this helps please login to Mark As Answer. | Alert Moderator