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
How anonymous method is different from a lambda expression?
Explain me why do we use msmq?
What are the security policy levels in .Net
Explain the garbage collection process?
Do I have any control over the garbage collection algorithm?
What is iis? Have you used it?
Explain the difference between constants and read-only variables?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is Event Bubbling in .NET?
What does jit compilation do in .net?
What is value type and refernce type in .net?
How can you turn-on and turn-off cas?
What is the use of UML in .Net
Explain the top .net class that everything is derived from?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?