Multiple choice technology programming languages

Web security is very important by default on any website. By default, a .net website is configuesd with which type of authentication?

  1. Anonymous

  2. Basic

  3. Integreted windows authentication

  4. 1 & 3

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

By default, ASP.NET websites are configured with both Anonymous and Integrated Windows authentication. Anonymous allows unauthenticated access while Integrated Windows authentication allows domain-secured access for intranet scenarios.