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

Why we use content place holder in asp.net?

0 Answers  


Explain why datareader is useful?

0 Answers  


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


How to disable SOAP1.2 in Web Services?

1 Answers  


What is shadowing?

2 Answers   Syntax Softtech,






You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


how can create login from create and written conde in asp.net

0 Answers  


What does the hotspot class in .net do?

0 Answers  


When would you set a control's AutoPostBack property to true?

1 Answers  


Is asp.net and .net the same?

0 Answers  


What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


Categories