What are the types of authentications in ASP.NET?

Answers were Sorted based on User's Feedback



What are the types of authentications in ASP.NET?..

Answer / kautilya

There are main three types of authentications,

(1) Windows
(2) Forms
(3) Passport

Is This Answer Correct ?    7 Yes 0 No

What are the types of authentications in ASP.NET?..

Answer / 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

More ASP.NET Interview Questions

If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Can we use http handlers to upload a file in asp.net?

2 Answers  


What do you mean by caching in asp.net?

0 Answers  


What are the built-in objects in asp.net?

0 Answers  


Describe state management in asp.net?

0 Answers  






Which namespace is used by ado.net?

0 Answers  


How do you handle unhandled exceptions in ASP.NET?.

3 Answers  


What?s the difference between Response.Write() and Response.Output.Write()?

2 Answers   Siebel, Visual Soft,


Write a code for sending an email from asp.net application.

0 Answers  


How do you manage session in ASP and ASP.NET ?

2 Answers   Cap Gemini, Microsoft,


Which is an advantage of application service providers?

0 Answers  


what is meant by sitemapnode ?

0 Answers   Netsweeper,


Categories