0% found this document useful (0 votes)
255 views

Authentication and Authorization Interview Question

ASP.NET supports three authentication modes through the system.web.security namespace. Windows authentication uses windows account whereas form authentication maintains its own user list. What are the differences between windows authentication and form authentication?

Uploaded by

Anna Malai
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
255 views

Authentication and Authorization Interview Question

ASP.NET supports three authentication modes through the system.web.security namespace. Windows authentication uses windows account whereas form authentication maintains its own user list. What are the differences between windows authentication and form authentication?

Uploaded by

Anna Malai
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Authentication and Authorization Interview Question

What do you mean by authentication and authorization?


Authentication is the process of verifying user's identity. Authorization is the process of
granting privilege to authenticated user.
Authentication is the process of validating a user on the credentials (username and
password) and authorization performs after authentication.
What are the two layer of authentication in ASP.N!?
""S layer and ASP.net authentication process layer.
What are the different types of authentication modes available?
ASP.NET supports three authentication modes through the System.Web.Security namespace.
Window.
#orm.
Passport.
None.
What are the difference between windows authentication and form authentication?
Windows authentication uses windows account whereas form authentication maintains its
own user list.
Windows authentication is est suited for a company user whereas form authentication is
prefera!e for the app!ications which have diversified (spread) users from several places.
"ser !ists for Windows authentication are found in $authorization% e!ement whereas in case
of form authentication# !ists are there in $credential% e!ement of web.config fi!e.

You might also like