Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are various authentication mechanisms in ASP.NET ?

Answer Posted / mohini nalawade

Authentication
Authentication refers to the method used by the server to
verify the clients’ identity. This feature provides methods
to authenticate clients via a set of standardized and
reusable methods that require little or no modification.
The methods available to developers are:
None – This method does nothing.
Windows Authentication – Attempts to verify users by
validating supplied credentials using authentication
methods used by the Windows operating system. This includes
NTLM (NT LanMan) and Kerberos (for systems running versions
more current than Windows NT 4.0). Windows authentication
is used by default if no method is explicitly selected.
IIS Authentication – Uses authentication methods provided
by the IIS Web server.
Passport Authentication – Verifies users through the use of
the Microsoft Passport authentication server.
Forms Authentication – Allows for application developers to
provide a form for authenticating users in a standardized
way. User accounts can be made specific to the application
and stored in the web.config file.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In ViewState How much lifespan items stored?

1013


What is asp.net version?

938


Can you set the session out time manually?

834


Define dll hell?

1039


Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

943


How to change Master page in ASP.Net using code?

1001


What is & in a url?

902


How does ASP.NET framework maps client side events to Server side events.?

1029


What is semantic gap?

965


Can you explain one critical mapping? Performance issue which one is better?

845


Which type of state management is provided by Query String in ASP.NET?

965


What is the use of view state?

891


what is the difference between response.write() and response.output.write()?

1107


Which method do you use to kill explicitly a users session?

1002


Define xmlreader class.

953