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 |
Explain what is postback in asp. Net?
In ViewState How much lifespan items stored?
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
What are the Types of object in asp
What is boxing?
8 Answers IBM, Misys, Siebel Systems,
What is the sequence in which ASP.NET events are processed?
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?
Difference between ASP Session and ASP.NET Session?
Why does a user need nothing more than a Web browser to view ASP.NET pages?
Explain what does mvc represent in asp.net? : asp.net mvc
What are server activated objects?