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

If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

0 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


Is overloading possible in web services?

2 Answers   Microsoft,


What is web api config?

0 Answers  


What is form method?

0 Answers  






cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


What is a web pool?

0 Answers  


What methods are fired during the page load?

1 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


What is the compiled object?

0 Answers   eXensys,


How can you debug your.net application?

0 Answers  


Categories