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 the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are HTTP handlers in ASP.NET?
What are httphandlers and httpmodules and difference between them?
Differentiate between a page theme and a global theme?
How would you implement inheritance using c#?
What is difference between viewstate and session state in javascript?
Differentiate between globalization and localization.
Why do you use the app_code folder in asp.net?
Can we add code files of different languages in app_code folder?
Is session server side or client side?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
is gateway for sms continue connected for sending sms.how?
what is AutoEventWireUp and what is the use of This property explain in details?
How to implement globalization and localization in the use interface in .net.
What is web api vs wcf?