GSSP-NET · Question #264
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 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. GIAC GSSP-.NET Exam
Question
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> </scripting> </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
(37 responses)- A8% (3)
- B84% (31)
- D5% (2)
- E3% (1)
Explanation
GIAC GSSP-.NET Exam
Topics
Community Discussion
No community discussion yet for this question.