For a webapplication if i want to gice access controls like
admin,users how can i give security like rolebased?

Answers were Sorted based on User's Feedback



For a webapplication if i want to gice access controls like admin,users how can i give security lik..

Answer / nezam

In Web Application, we have Roles with that roles we can assign access the to users. we can create n no of roles.

Roles Can be such as
-Guest users
-premium users
-non premium users
-admin user
so when the users logins .the login control checks what kind of role he is and the page is redirect to him.

If he is admin then he is taken admin master page.

like tat its works.

For creating Roles in my point of view we have to use the login controls which is avaiable in tool box. with that login controls oly we can assign roles, check roles and many others things can be done.

Is This Answer Correct ?    12 Yes 1 No

For a webapplication if i want to gice access controls like admin,users how can i give security lik..

Answer / guest

For a webapplication if i want to gice access controls like
admin,users how can i give security like rolebased?

Is This Answer Correct ?    18 Yes 29 No

Post New Answer

More ASP.NET Interview Questions

Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  


Please brief not about xsd,xslt & xml?

0 Answers  


What is the difference between ASP.NET Webforms and ASP.NET MVC?

0 Answers  


how to debug web services on consumer side?

0 Answers   HCL,


Explain the advantages of asp.net.

0 Answers  






what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


What are the different types of Caching techniques in ASP.NET?

0 Answers  


What are the Difference between asp.net and asp ?

0 Answers  


when a request is made in Life cycle of ASP.NET page .

0 Answers  


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

0 Answers   Siebel Systems,


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  


How do you create master pages in asp.net?

2 Answers   Wipro,


Categories