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 session and application variable in asp net?
How do you deploy your asp.net application?
What is parse in asp.net?
How does session work in asp net?
Define reflection in .net?
Which object wraps the state or data of a user?
What is asp.net localization?
What is the full meaning of asp.net?
What are directives in asp.net?
How you will improve web application performance?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How Can assign alias name for ASP.NET Web API Action?
What is session authentication?
Which protocol is used in a web api?