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
Explain the main components in .net?
What is a manifest in .net?
What is iis? Have you used it?
Explain what is the difference between encrypting a password and applying a hashing?
How can I get at the win32 api from a .net program?
What is class library in .net
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
Compare client server application with n-tier application
Please tell us what is the difference between override and overload in a method?
Dynamic Fonts
What is jit compilers?
Which namespace is require to used XML in .NET?
What is "microsoft intermediate language" (msil)?
What is .net and why it is used?
How to get the number after decimal point in .net?