Return to previous page with sitemap

peter liles 556 Reputation points
2022-04-12T14:02:00.08+00:00

I currently have the following nodes in my sitemap file

siteMapNode title="Account" url="~/MyProject\Seller\Sellor_Account.aspx" roles="Seller"

		siteMapNode title="Inbox" url="~/MyProject\Messaging\Inbox_User.aspx " 

I now want to add additional node that also links to Inbox_User.aspx file. But i am unable to because the return link when clicked returns to Seller_Account.aspx page instead of back to records2.aspx file?

siteMapNode title="Account" url="~/Market\records2.aspx"  roles="Services" 
Developer technologies | ASP.NET | Other
{count} votes

7 answers

Sort by: Most helpful
  1. peter liles 556 Reputation points
    2022-05-08T13:52:30.28+00:00

    What ever happen'd to the website configuration tool available in developer to manage access rules?


  2. peter liles 556 Reputation points
    2022-05-16T23:22:02.993+00:00

    That administration tool for membership configuration where you can set up both users and roles using a user interface instead of programmatical.
    I often find reference to it on the internet yet it appears unavailable on current V.S.D edition?
    time is precious!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.