Multiple choice technology databases

You are developing a Web application that restricts access to the pages based on the Users credentials. Which of the following options enable IIS to supply the user’s Windows credentials to the Web application?

  1. A. Enable Anonymous access. Enable Integrated Windows authentication.

  2. B. Enable Anonymous access. Enable Basic authentication

  3. C. Disable Anonymous access. Enable Integrated Windows authentication.

  4. D. Disable Anonymous access. Enable Basic authentication

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

To supply Windows credentials to the Web application, Anonymous access must be disabled so that IIS prompts the user for credentials. Enabling Integrated Windows authentication allows the browser to securely negotiate and send these credentials automatically without prompting the user in a domain environment.