Using File structure in ASP.NET
I have an application which is beginning to take shape. I have an Admin folder, which can only be accessed when the user is logged in.
I have the main page built on a master page and as such there are some links that won't work when I am inside the folder structure; ie when I try to navigate to 'Home' from within the /Admin/Asmin.aspx page it cannot find it. I assume this is something to do with absolute links.
Is there some way to direct every link via the home page? Because I think if this was the case, all the links could be found once a user has passed the particular login criteria.
I have got a site map working, and I know that the breadcrumb feature works from wherever the user is.
|