J
Jonathan Wood
I'm still pretty new to ASP.NET. I'm developing a site that requires all
users to log on. Once logged on, I can determine which of three types of
users they are (types are implemented using ASP.NET membership roles).
Each type of user will have access to a different set of pages. I can use
roles to specify which pages can be accessed by which type of user.
But I'm trying to determine the best way to display navigation for each type
of user. I'd like to use a common master page. Does anyone have any
suggestions? And would ASP.NET navigation be helpful for providing
role-specific menus?
Also, is there any advantage to placing pages for each type of user in
separate directories?
Thanks for any tips!
users to log on. Once logged on, I can determine which of three types of
users they are (types are implemented using ASP.NET membership roles).
Each type of user will have access to a different set of pages. I can use
roles to specify which pages can be accessed by which type of user.
But I'm trying to determine the best way to display navigation for each type
of user. I'd like to use a common master page. Does anyone have any
suggestions? And would ASP.NET navigation be helpful for providing
role-specific menus?
Also, is there any advantage to placing pages for each type of user in
separate directories?
Thanks for any tips!