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 the advantage of .net?
Explain the difference between asp.net and asp?
What is the use of common language runtime?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is a metadata in .net?
Describe the Managed Execution Process?
What is RPC? What is the use of it?
When we go for html server controls and when we go for web server controls?
What is the difference between user control an custom control? Advantages/disadvantages?
What is Event Bubbling in .NET?
Explain the difference between constants and read-only variables?
What is the use of immutability?
Please explain is the jit an interpreter?
What is common language specification (cls)?
Explain me what is the difference between an abstract class and an interface?