What is meant by role based security?
when we use this one

Answers were Sorted based on User's Feedback



What is meant by role based security? when we use this one..

Answer / vdk

We can use role based security while we use forms
authentication to authenticte users and roles are used to
authorize i.e grant or deny access to particular pages in
ur application depending upon the user role assigned to
them.

Is This Answer Correct ?    1 Yes 0 No

What is meant by role based security? when we use this one..

Answer / mahesh kotekar

Role based security is used for applications which involves different user types with different access rights. This can be achieved in ASP.net with FORMS authentication and Membership Provider. It can be configured using ASP.NET Configuration. Where different roles are created by the application developer. Based on the different roles different access level can be maintained. Roles for example Admin,Supervisor,EventManager,Guest,User,ConfigManager etc.. can be created and access can be restricted depending on different roles in asp.net configuration settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How to check the end of the record in Datareader?

2 Answers   Cognizant,


About duration in caching technique ?

4 Answers   Accenture,


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

0 Answers   TCS,


Is There any Third party tools are using in .Net Technologies? Can u Explain?

4 Answers   HCL,


What do you mean by serialize?

0 Answers  






What is a web api? Which protocol is used in a web api?

0 Answers  


what is the difference b/w Asp.net server controls and html server controls in .net?

2 Answers   iGate, Profiniti Systems,


Why asp.net mvc is better than asp.net? : Asp.Net MVC

0 Answers  


what are the events in ASP.net page life cycle?

1 Answers  


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

0 Answers  


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


Categories