PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which of the following statements is true about your application?

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
application:
<authorization>
<allow users=”Sam” />
</authorization>
Which of the following statements is true about your application?