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" 
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,263 questions
{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!