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 do you mean by marshalbyref?
What are resource file and how do we generate resource file?
What is cookieless session id explain in brief?
what is meant by sitemapnode ?
Explain the Order of events in an asp.net page?
Explain the use of resource manager class in .net.
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Explain the Session state management options available with ASP.NET?
Securitywise What are the Enhancements in 2.0?
Can we have multiple master pages in asp net?
What is asp.net futures?
What is comparevalidator?
What are the parts of an http response?
How can we Validate a Controls in ASP.NET page using JavaScript?
Which dll handles the request of .aspx page?