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...


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

Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


Features in ASP.NET?

2 Answers   Microsoft,


What is caching? What are different ways of caching in asp.net?

0 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


What base class do all Web Forms inherit from?

9 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

0 Answers   CDC,


Explain asp.net web forms.

0 Answers  


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL,


What is a 404 redirect?

0 Answers  


Categories