What are the types of authentications in ASP.NET?

Answer Posted / shibham

In ASP.Net,there are mainly three types of Authentication-:

1)Forms Authentication
2)Passport Authentication
3)Windows Authentication

To set this Authentication Mode,we write the code in
Web.Config file like-:

<Authentication Mode="Forms/Passport/Windows"/>

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is session in asp.net?

527


What can we do with asp.net?

516


what is meant by sitemapnode ?

1505


Explain how cookies work.

596


What are the HTML server controls in ASP.NET?

573






Explain what the contents of cookie?

594


Explain the difference between authentication and authorization.

600


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

535


What are the differences between clr & cts?

543


What are the cookies types in asp.net?

559


What is .net framework and what are the main components of it?

376


What are uri parameters?

545


Explain how can you debug your .net application?

537


What is asp net theme?

525


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

559