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 difference between session and cookies in asp net?
Which Is Faster MVC or ASP.net ?
What does clearing cache?
What are the file extensions for razor views?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is is post back property in asp net?
What is Model-View-View Model?
What is the difference between pathparam and queryparam?
When was asp.net released?
Describe how passport authentication works.
Define static function?
State differences between MVC and WebAPI
How do I create a web form?
How you can stop the validation of ASP.NET controls from client side?
If 200 is for all successful operation then why do we have 201 response codes?