Feeds:
Posts
Comments

Posts Tagged ‘role based’

Securing Directories with Role-based Forms Authentication
To make the role-based authentication work for Forms Authentication, make sure you have a Web.config file in your Web Application root. For the authentication setup, this particular Web.config file must be in your Web Application’s document root. You can override the <authorization/> in Web.config files for sub-directories.
To begin, make sure [...]

Read Full Post »