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
What are the purposes of using .net?
What is Finalizer in .NET define Dispose and Finalize ?
Please explain the difference between constants and read-only variables?
Do you know what's the difference between .net and laravel?
What is the advantage of .net core?
Explain assemblies in .net?
Why you want to leave your previous company.
Difference between user groups and code groups
Is .net an object oriented language? What are their components?
Explain what are the deferred execution and the immediate execution in linq?
What's the use of system.diagnostics.process class in .net?
What tools is used to develop .NET applications?
What is smart navigation in .net?
Explain the difference between the stack and the heap?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?