DotNet: Implementing access rights to different modules, menus and buttons of an application

  • r_tutus / 100 / Wed, 24 Jun 2009 20:18:00 GMT / Comments (0)
  • If we want to allow certain users to access some menus or some buttons on the web page while denying other users access to those menus or buttons. What s the right way to do that. For example, when a user who doesn t have the right to click on a certain button, should get a message “U can t execute this task”. How do we implement these security issues in ASP.Net
    Also If we want to allow certain users access to some modules of an application while denying them access to other modules, do we necessarily have to organize each set of modules into separate child subfolder of the application or is there another way to implement this.
    What s a good practice to implement all this pls?
    Thank you
  • Keywords:

    implementing, access, rights, different, modules, menus, buttons, application, dotnet, .net

  • http://dotnet.itags.org/dotnet-tech/317767/«« Last Thread - Next Thread »»