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

What is view state? where it stored? can we disable it ?

1 Answers  


Explain the concept of event bubbling in ASP.NET?

0 Answers   Sans Pareil IT Services,


What is the difference between sealed vs static class?

0 Answers  


Is asp.net different from asp? If yes, explain how?

0 Answers  


How to authenticate users using web.config ?

2 Answers   Accenture, Amazon, BirlaSoft, Cap Gemini,






When cookie will expire?

0 Answers  


What is the use of service provider?

0 Answers  


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  


What is Virtual path in ASP.Net

2 Answers   Proteans,


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


What are the 3 types of web?

0 Answers  


How to implement Authentication and Authorization?

0 Answers   QuestPond,


Categories