Which element should be added in the web.config file to set up authentication?

Choose the correct answer

Explanation

To configure authentication in the web.config file, you need to include the authorization element. The deny element is used within authorization to restrict access, while the identity element specifies the user identity for the application. The authentication element is used separately to define the authentication mode.

Which element should be added in the web.config file… — ASP.net | PakQuizHub