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 are an object and a class?
Is .net an object oriented language? What are their components?
What are the similarities and difference between class and structure in .net?
What is the use of Treeview control?
What is assembly in .net?
How to load a user control dynamically in runtime?
Is there any thread in our .net programs?
What is different between webusercontrol and in webcustomcontrol?
How viewstate is being formed and how it's stored on client in .net?
What does jit do?
What is the purpose of IClonable interface in .NET?
What is your observations between vb.net and vc#.net?
Explain what is immutability, what is it for and how is it codified?
What relationship is between a process, application domain, and application?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?