GIAC
GSSP-NET · Question #434
You work as a Software Developer for ManSoft Inc. You create an application using Visual Studio .NET 2005. You are using the Custom authentication provider in the application. In order to enable the…
The correct answer is D. <authentication mode="None" />. See the full explanation below for the reasoning.
Question
You work as a Software Developer for ManSoft Inc. You create an application using Visual Studio .NET 2005. You are using the Custom authentication provider in the application. In order to enable the Custom authentication provider, you have to make an entry in the Web.config file for the application. Which of the following entries will you use to accomplish the task?
Options
- A<authentication mode="Passport" />
- B<authentication mode="Custom" />
- C<authentication mode="Windows" />
- D<authentication mode="None" />
- E<authentication mode="Forms" />
How the community answered
(47 responses)- A6% (3)
- B2% (1)
- C13% (6)
- D77% (36)
- E2% (1)
Community Discussion
No community discussion yet for this question.