Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you do role based security ?



How do you do role based security ?..

Answer / narayansahu

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

Post New Answer

More Dot Net Framework Interview Questions

How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What are the features that are new in .net 2.0

2 Answers   Emphasis,


What is managed extensibility framework?

0 Answers  


what is Assemble

4 Answers   Microsoft,


how can you enhance the performance of entity framework?

0 Answers   Microsoft,


What is the CLR

1 Answers  


How does assembly versioning work?

1 Answers  


How to use Jquery Plugins in ASP.Net MVC validation?

0 Answers  


Explain what is the difference between view and partial view?

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


Briefly describe the roles of clr in .net framework?

0 Answers  


What is NonActionAttribute ?

0 Answers   Cognizant,


Categories