nerdexam
GIAC

GSSP-.NET · Question #218

(Topic 2) You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET…

The correct answer is B. Configure the application to use the ActiveDirectoryMembershipProvider class. C. Add the following code fragment to the Web.config file of the application. See the full explanation below for the reasoning.

Question

  • (Topic 2)

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. The application will be accessed by Internet users. You need to enable users to authenticate from the client-side script. You add the following code fragment in the Web.config file of the application:

<system.web.extensions> <scripting> <webServices> <authenticationService enabled="true" /> </webServices> </system.web.extensions> You must configure the application to ensure that user credentials are validated against Active Directory by using the client-side script. What will you do to accomplish this? Each correct answer represents a part of the solution. Choose two.

Options

  • AAdd the following code fragment to the Web.config file of the application:
  • BConfigure the application to use the ActiveDirectoryMembershipProvider class.
  • CAdd the following code fragment to the Web.config file of the application:
  • DConfigure the application to use the SqlMembershipProvider class.
  • EAdd the following code fragment to the Web.config file of the application:

How the community answered

(47 responses)
  • A
    11% (5)
  • B
    81% (38)
  • D
    6% (3)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice