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

Explain what is postback in asp. Net?

0 Answers  


In ViewState How much lifespan items stored?

0 Answers   Siebel,


Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?

2 Answers   Siebel,


What are the Types of object in asp

0 Answers   BirlaSoft,


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,


What is the sequence in which ASP.NET events are processed?

0 Answers  


What is the difference between a session object and cache object

2 Answers   CitiGroup, PennyWise,


Which is the parent class of the web server control?

0 Answers  


Difference between ASP Session and ASP.NET Session?

2 Answers  


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


Explain what does mvc represent in asp.net? : asp.net mvc

0 Answers  


What are server activated objects?

0 Answers  


Categories