在站点地图中加载时出现问题 [英] Issue in loading in sitemap

查看:61
本文介绍了在站点地图中加载时出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,
我在使用站点地图时遇到问题
这是我的站点地图

hello friends,
I have an issue using sitemap
here is my sitemap

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

<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">
  <siteMapNode url="" title="Revenue Recognition">
    <siteMapNode title="Home" url="wf_Start.aspx"></siteMapNode>
    <siteMapNode title="Masters" url="">
      <siteMapNode title="Project Estimates and Variations" url="wf_PrjEstMain.aspx"/>
      <siteMapNode title="Timesheet Period Setup" url="wf_TimesheetDetails.aspx"/>
      <siteMapNode title="Project Details" url="wf_ProjectPref.aspx"/>
      <siteMapNode title="Map ePMO Project IDs to Contract" url="wf_MapEPMOProjectID.aspx"/>
    </siteMapNode>
    <siteMapNode title="Transaction" url="">
      <siteMapNode title="Upload/Download Timesheet" url="wf_UploadTimesheets.aspx"/>
      <siteMapNode title="Actual Costs" url="wf_ActualCost.aspx"/>
      <siteMapNode title="Forecast Costs(Cost to go)" url="wf_ForecastCost.aspx"/>
      <siteMapNode title="Billing Details" url="wf_BillingContingency.aspx?mode=B"/>
      <siteMapNode title="Contingency Release Details" url="wf_BillingContingency.aspx?mode=C"/>
    </siteMapNode>
    <siteMapNode title="Reports" url="">
      <siteMapNode title="Efforts Summary" url="wf_EffortsSummary.aspx"/>
      <siteMapNode title="Revenue Recognition" url="wf_RevRecogn.aspx" />
      <siteMapNode title="View All Attachments" url="wf_ViewAllNotesAtt.aspx?Mode=A"/>
      <siteMapNode title="View All Notes" url="wf_ViewAllNotesAtt.aspx?Mode=N"/>
      <siteMapNode title="Exception Report" url="wf_TSExceptionreport.aspx" />
    </siteMapNode>
    <siteMapNode title="Admin" url="">
      <siteMapNode title="Access Control" url="wf_AccessControl.aspx" />
      <siteMapNode title="Month Closing" url="wf_MonthClose.aspx" />
      <siteMapNode title="Map Sub-Contracts with Contracts" url="wf_MapSubContracts.aspx" />
      <siteMapNode title="Actual Costs Report" url="wf_actualcostsrep.aspx"/>
      <siteMapNode title="Revenue Recognition Consolidated Report" url="wf_RevRecConslRep.aspx"/>
    </siteMapNode>
  </siteMapNode>
</siteMap>



但是当我在母版页中绑定它时,它不会显示在菜单中.

结构上有什么问题吗?

有帮助吗?

在此先感谢



but when i bind it in master page, it does not get display in menu.

Is there anything wrong in structure??

Any help??

Thanks in advance

推荐答案

我缺少角色(role = "*")
我已将每个URL = ""
I was missing to put role (role = "*")
i have added to every siteMapNode where URL = ""


这篇关于在站点地图中加载时出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆