What is the use of Administration tool in Asp.net 2.0?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nageswararao
Hi friens this is nag,
In ASP.NET introducing asp.net web.config tool for
administrating the entire Asp.net web site.
Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between application object and session object?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the equivalent of date() and time() in asp.net?
What New Features comes with ASP.NET Web API 2.0?
What's the use of formatters in .net?
how many character send in one sms forget 160limit and think about gateway allowed
What are session and cookies?
What’s the catch?
Explain about asp.net 2.0 themes?
What are the different methods of session maintenance in asp.net?
What is difference between machine.config and Web.Config?
4 Answers Accenture, BirlaSoft, Le Logiciel,
State differences between MVC and WebAPI