Microsoft
98-363 · Question #78
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framework 3.5. You have…
The correct answer is D. Only Sam can access the application. See the full explanation below for the reasoning.
Question
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framework 3.5. You have written the following code in the Machine.config file:
<authorization> <allow users="Eric" /> </authorization> Sam has added the following code within the <system.web> section in the Web.config file of your applicatQuestion:
<authorization> <allow users="Sam" /> </authorization> Which of the following statements is true about your application?
Options
- ABoth Eric and Sam can accessthe application.
- BOnly Ericcan access the application
- CNone of them can access the application.
- DOnly Sam can access the application.
How the community answered
(33 responses)- A18% (6)
- B3% (1)
- C9% (3)
- D70% (23)
Community Discussion
No community discussion yet for this question.