what is roles in asp.net

Answers were Sorted based on User's Feedback



what is roles in asp.net..

Answer / amit

It Provide Authorisation(permissions)to the user based on
their roles/Membership/Authentication..

Is This Answer Correct ?    3 Yes 0 No

what is roles in asp.net..

Answer / priya

Membership is a self-standing feature in ASP.Net for
authentication,it can be integrated with ASP.Net role
management to provide authorization service to ur site.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is difference between session and viewstate?

0 Answers  


What are the different modes for the sessionstates in the web.config file?

2 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,


What is scope of an application variable in asp.net?

0 Answers  


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,






how can u create the blog in asp.net with C#?what is the data type u will use to store in sql server?

0 Answers   IBM,


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


Explain the main differences between asp and asp.net?

0 Answers  


Name two properties common in every validation control?

9 Answers   Siebel Systems,


What is the function of new view engine in asp.net? : asp.net mvc

0 Answers  


What are the validation controls ?

1 Answers  


How many validators do ASP.NET have?

0 Answers   QuestPond,


Categories