diff between forms authentication and windows
authentication?
Answer Posted / kavitha
form authentication- user can able to create their own
login name and password it is basically a cookie based
authentication system which stores the login name and
password in database file.
windows authentication. - windows actual login name and
password is used for authentication.
web pages can make use of the local Windows User and Groups.
| Is This Answer Correct ? | 36 Yes | 6 No |
Post New Answer View All Answers
What is the root class in .net?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What is operator overloading in .net?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
What is value type and refernce type in .net?
What is assemblies in .net?
What is a metadata in .net?
Is Driver Script any how related to AOM?
What is the difference between web application and enterprise application?
What are data types in .NET?
Explain what is heap and what is stack?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Differences between datagrid, datalist and repeater in .net?
Explain about the Common Language Runtime?
What is equivalent for regsvr32 exe in .net ?