Explain different authentication modes in asp.net?



Explain different authentication modes in asp.net?..

Answer / Km.upasna

In ASP.NET, there are three authentication modes: Windows Authentication, Forms Authentication, and Passport Authentication. Windows Authentication relies on the integrated security of the operating system. Forms Authentication handles cookies for user identity and custom login pages. Passport Authentication involves using Microsoft's Passport service to manage users.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

where should write the connection string Show that it will apply whole pages in the website

5 Answers   Symco,


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


What is web configuration file and how to use in web application

1 Answers   MCN Solutions,


What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


What is web api and why to use it?

1 Answers  


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

2 Answers   Marlabs,


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers  


Which methods validate all the controls on a page?

1 Answers  


How can we create Tree control in asp.net?

1 Answers  


Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version

2 Answers   Citrix, TCS,


Categories