diff between forms authentication and windows
authentication?
Answer Posted / braham dutt sharma
windows authentication. - windows actual login name and
password is used for authentication.
web pages can make use of the local Windows User and Groups.
Forms Authentication - This is a cookie based authentication
system where the username and passport is stored in a text
file or a database. We will be focusing on this
authentication model in this tutorial.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is the use of design pattern?
How boxing and unboxing occures in memory?
What is the root class in .net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What does msil do?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is deferred execution vs. Immediate execution in linq?
Explain the difference between the while and for loop.
Explain clr, cts and cls?
Explain memory-mapped files.
What's the problem with .net generics?
What's the .net collection class that allows an element to be accessed using a unique key?
What is reflection in microsoft .net context?
How is meant by dll in .net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?