How to implement authentication via web.config?

Options
- Include the authentication element.
- Include the authorization element.
- Include the identity element.
- Include the deny element.


CORRECT ANSWER : Include the authentication element.

Discussion Board
Authentication

Authentication is a process in which user can verify your credentials such as Id and password.

When you want to open your gmail account then you have to id and password to verify the credentials.This process is known as authentication.

We have added an <authentication> tag within the <system.web> section. And the authentication mode is “Windows”.

Career 08-21-2014 12:26 AM

Authentication v. authorization

Do you have some documentation that shows you would use the authorization element to implement authentication instead of the authentication element. I cannot find any documentation that supports your correct answer.

Eric Quick 08-20-2014 10:54 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement