diff between forms authentication and windows
authentication?
Answer Posted / sangavi p
Forms Authentication:
when an unauthorized user request a page, the user
will redirect to the login page. from here,either a current
user can login or new user can click the link to create an
account. without a valid user name and password, the visitor
can't browse any secured areas of the site.
Windows Authentication:
It is implemented by IIS and keeps the security
mechanisms separate fr om the developing the Intranet. if
the user is authenticated with valid domain account, they
can access the site without any interruption. this method of
authentication is set up via the IIS Management console.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain what are possible implementations of distributed applications in .net?
What is Code group in .Net with respect to CAS
Explain me why do we use msmq?
What is jit compilers?
What is Complex Class in .NET?
Write the .net syntax for 'for loop'?
Explain what is a manifest in .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
Tell me about secure socket layer? How to make use of the technology?
What are three common acronyms used in .net, and what do they stand for?
What is the difference between boxing and unboxing?
Explain about managed heap?
How do you trigger the paint event in system.drawing?
Is Driver Script any how related to AOM?
Is .net core managed code?