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 |
What is JIT and how is works ?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What are the options can be configured in AJAX helpers?
When do you absolutely have to declare a class as abstract
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
Mention some action filters which are used regularly in ASP.Net MVC?
What is difference between razor and web form engine?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is domain class model?
How do I change the permission set for a code group
what is the use of final method
What are attributes