What are the types of authentication in .net



What are the types of authentication in .net..

Answer / kirti

We have three types of authentication:

1. Form authentication

2. Windows authentication

3. Passport

This has to be declared in web.config file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is main objective of asp.net mvc 4 or what is new in mvc4 ?

0 Answers  


Is any files are generated,when we are adding the web reference to the web service?

1 Answers  


What is the .net framework and how does it work?

0 Answers  


What's the access level of the visibility type internal ?

1 Answers  


What is the difference between string and String

1 Answers  






Explain .net Framework?

1 Answers  


Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???

6 Answers   3i Infotech,


What is the difference between .net core and .net framework?

0 Answers  


Is the following route definition a valid route definition? {controller}{action}/{id}

0 Answers   NA,


Which are the important namespaces used in ASP.Net MVC?

0 Answers  


Explain what is asp.net mvc?

0 Answers  


What are Code Blocks in Views?

0 Answers  


Categories