Microsoft
70-515 · Question #75
You are creating an ASP.NET Web site. The site contains pages that are available to anonymous users. The site also contains a page named Premium.aspx that provides premium content to only members of…
The correct answer is B. <location path="Premium.aspx">. See the full explanation below for the reasoning.
Question
You are creating an ASP.NET Web site. The site contains pages that are available to anonymous users. The site also contains a page named Premium.aspx that provides premium content to only members of a group named Subscribers. You need to modify the web.config file to ensure that Premium.aspx can be accessed by only members of the Subscribers group. Which configuration should you use?
Options
- A<location path="Premium.aspx">
- B<location path="Premium.aspx">
- C<location path="Premium.aspx">
- D<location path="Premium.aspx">
How the community answered
(34 responses)- A6% (2)
- B76% (26)
- C3% (1)
- D15% (5)
Community Discussion
No community discussion yet for this question.