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 do you create threading in.net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Explain when should you use .net web forms over asp.net mvc?
How can you instantiate a tuple?
What is a design pattern and what is it for?
Is .net core free?
Describe the programming model of a windows service
What is the difference between .net and laravel?
What is shared and repeatable inheritance?
What data providers available in .net to connect to database?
Can I write my own .net host?
How is .net able to support a lot of languages?
What exactly is being serialized when you perform serialization in .net?