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 |
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
what is asp dotnet
what is diffgram ?
Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.
Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?
How can I create master page in asp net?
what is the difference between server.Transfer and response.redirect in .net
Which is faster viewbag or viewdata?
Is there any property names “isnavigating”?
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");