nerdexam
GIAC

GSSP-NET · Question #323

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. The…

The correct answer is B. Set the authorization mode of the traceElements attribute value in the Web.config file. See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. The application uses the Forms authentication mode. Each folder in the application contains confidential Microsoft Excel files. You are required to make sure that bots are not allowed to access the folders in the application. What will you do? Each correct answer represents a part of the solution. Choose two.

Options

  • AAdd a <allow> element to the <authorization> element in the Web.config file.
  • BSet the authorization mode of the traceElements attribute value in the Web.config file.
  • CAdd a <deny> element to the <authorization> element in the Web.config file.
  • DMap the Excel files to the ASP.NET ISAPI filter.
  • EImplement a Completely Automated Public Turing Tests to Tell Computers and Humans

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    78% (43)
  • C
    2% (1)
  • D
    5% (3)
  • E
    11% (6)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice