How do you do role based security ?
1.Create a principle object which contains users identity
(login name) and array of roles
2.and pass this object to HttpContext.Current.User
3.The roles supplied to this object will be checked against
roles specified in the web.config file,if they matched then
they are allowed access to the page otherwise not.
allowed roles can be specified like this in web.config
<authorization>
<allow roles="Administrator,CanEdit"/>
<deny users="*" />
</authorization>
| Is This Answer Correct ? | 17 Yes | 1 No |
What are the 3 main components of an asp.net mvc application?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
What are differences between entity framework and l2s? : Entity framework
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What is the domain object?
Why to use Html.Partial in ASP.Net MVC?
If I have multiple filters implemented, what is the order in which these filters get executed?
creating crystal reports in asp.net & vb.net
What is the .net framework 3.0 (formerly winfx)?
Features in .net framework 1.1 ?
What is the advantage of mvc?
What are Satellite Assemblies? How you will create this?