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 Flyout Design Pattern in .NET?
Whate are resource files?
What is finalize method in .net?
What is manifest in .net?
State some of the different languages supported by .net?
Do you know what is linq?
How do you turn off cookies for one page in your site? Give an example.
Which Namespace is used to to achieve MultiThreading in .NET?
What should you do to store an object in a viewstate?
What do you mean by web service?
What are the important components of .net?
What is singleton activation mode in .net?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What is managed code and managed data in .net?
What is deferred execution vs. Immediate execution in linq?