What is the use of Administration tool in Asp.net 2.0?

Answers were Sorted based on User's Feedback



What is the use of Administration tool in Asp.net 2.0?..

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

What is the use of Administration tool in Asp.net 2.0?..

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

Post New Answer

More ASP.NET Interview Questions

What is the difference between application object and session object?

4 Answers   IBS,


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?

0 Answers  


What is the equivalent of date() and time() in asp.net?

0 Answers  


What New Features comes with ASP.NET Web API 2.0?

0 Answers  


What's the use of formatters in .net?

0 Answers  






how many character send in one sms forget 160limit and think about gateway allowed

2 Answers   Wipro,


What are session and cookies?

0 Answers  


What’s the catch?

0 Answers  


Explain about asp.net 2.0 themes?

0 Answers  


What are the different methods of session maintenance in asp.net?

0 Answers  


What is difference between machine.config and Web.Config?

4 Answers   Accenture, BirlaSoft, Le Logiciel,


State differences between MVC and WebAPI

0 Answers  


Categories