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
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 |
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 |
Explain the main function of razor in asp.net? : asp.net mvc
Please brief not about xsd,xslt & xml?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
how to debug web services on consumer side?
Explain the advantages of asp.net.
what is DLL Hell and how it is solved in .NET? please explain clearly??
What are the different types of Caching techniques in ASP.NET?
What are the Difference between asp.net and asp ?
when a request is made in Life cycle of ASP.NET page .
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What are the various security methods which IIS Provides apart from .NET ?
How do you create master pages in asp.net?