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
How is application management and maintenance improved in asp.net 2.0?
What is mvc in asp.net interview question? : Asp.Net MVC
Explain an object, class and method.
How do you store a value in viewstate and retrieve them?
How do sessions work?
What is postback and autopostback in asp.net?
Why session management is required?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
How does a web application session work?
What are the new features implemented in ASP.NET?
What is the concepts of globalization and localization in .net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is the best Macanism to clear the Cache in asp.net
Which validator control you use if you need to make sure the values in two different controls matched?
Why is it preferred to not use finalize for clean up?