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
What is the intermediate language between asp and asp.net1.0?
Explain asp.net?
What is the use com component in .net?
Is Driver Script any how related to AOM?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain how to redirect tracing to a file?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
What do you mean by Code Access Security in .NET?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What are an object and a class?
Explain the difference between static page and dynamic page?
Is .net a language?
How to manage pagination in a page using .net?
What's wrong with a line like this? Datetime.parse(mystring);
How do I use the thread pool?