diff between forms authentication and windows
authentication?
Answer Posted / pankaj lohani
Windows Authentication - This is provided so that 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 ? | 41 Yes | 9 No |
Post New Answer View All Answers
What is .net debug & trace?
What are the deferred execution and the immediate execution in linq?
How viewstate is being formed and how it is stored on client in .net?
Why SOAP is required?
why you wouldn't want to write into it even if you could
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What does stateless mean?
Explain what is heap and what is stack?
What is Event Bubbling in .NET?
What is a metadata in .net?
Do you know what is linq?
Explain .net framework overview?
Explain the use of activex control in .net?
Explain what is the difference between odbc and ado?
What is cyclomatic complexity and why is it important?