Microsoft
70-515 · Question #182
You are developing an ASP.NET Web application. The application is configured to use the membership and role providers. You need to allow all users to perform an HTTP GET for application resources…
The correct answer is C. <authorization>. See the full explanation below for the reasoning.
Question
You are developing an ASP.NET Web application. The application is configured to use the membership and role providers. You need to allow all users to perform an HTTP GET for application resources, but you must allow only the user named Moderator to perform a POST operation. Which configuration should you add to the web.config file?
Options
- A<authorization>
- B<authorization>
- C<authorization>
- D<authorization>
How the community answered
(34 responses)- A3% (1)
- B3% (1)
- C82% (28)
- D12% (4)
Community Discussion
No community discussion yet for this question.