Implement authentication via web.config - ASP.NET Security
Q. How to implement authentication via web.config?- Published on 16 Jun 15a. Include the authentication element.
b. Include the authorization element.
c. Include the identity element.
d. Include the deny element.
ANSWER: Include the authorization element.