GIAC
GSSP-NET · Question #253
You work as a Web Application Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating a Web application using .NET Framework 2.0. The…
The correct answer is D. In the Web.config file, set the Authentication Mode to Forms. See the full explanation below for the reasoning.
Question
You work as a Web Application Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating a Web application using .NET Framework 2.0. The application is accessed by ABC users and some of ABC's affiliates. All users who access theapplication must have their credentials stored in the UCData database. You need to implement a login page that authenticates users against the UCData database. What will you do?
Options
- AIn the Web.config file, set the Authentication Mode to Passport.
- BIn the Web.config file, set the Authentication Mode to None.
- CIn the Web.config file, set the Authentication Mode to Windows.
- DIn the Web.config file, set the Authentication Mode to Forms.
How the community answered
(29 responses)- A3% (1)
- B7% (2)
- C7% (2)
- D83% (24)
Community Discussion
No community discussion yet for this question.