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
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
Interop Services?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
Which Namespace is used to to achieve MultiThreading in .NET?
What is the benefit of .net core?
What is singlecall activation mode used for in .net?
Tell us what is the difference between struct and class?
What are an object and a class?
What do you mean by web service?
Explain clr, cts and cls?
What is an anonymous method and how is it different from a lambda expression?
What is immutability?
What are the different.net tools which you used in projects?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What is the difference between a debug and release build?