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 the states of a window service application?
What are Attributes in .NET?
Explain assemblies in .net?
Differences between dll and exe?
What are code contracts?
What is typical about a windows process in regards to memory allocation in dot net?
Is .net core stable?
What is assemblies in .net?
What's singleton activation mode in .net?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is your observations between vb.net and vc#.net?
What is alias ? Is it used in .Net ?
What are the namespace available in .net?
Explain can the validation be done in the server side? Or this can be done only in the client side?
Explain why do we use msmq?