What is the use of Administration tool in Asp.net 2.0?
Answer Posted / bachi
The ASP.NET version 2.0 membership feature provides secure
credential storage for application users. It also provides a
membership API that simplifies the task of validating user
credentials when used with forms authentication. Membership
providers abstract the underlying store used to maintain
user credentials. ASP.NET 2.0 includes the following providers:
* ActiveDirectoryMembershipProvider. This uses either an
Active Directory or Active Directory Application Mode (ADAM)
user store.
* SqlMembershipProvider. This uses a SQL Server user store.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a SESSION and APPLICATION object?
Difference between response.redirect and server.transfer?
What are the media types of http requests and response?
Difference between using directive vs using statement?
What is the extension of master page in asp.net?
What is the use of session state and application state and difference between them?
How you can stop the validation of ASP.NET controls from client side?
How do you sign out from forms authentication?
What is query string?
What is ascx?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Can you nest updatepanel within each other?
What is the significance of attaching a profile while creating a user?
What is the maximum timeout we can set for Cookies?
Explain the different types of assemblies?