GIAC
GSSP-NET · Question #128
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. Use Forms authentication and use the ActiveDirectoryMembershipProvider class. 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 are creating an ASP.NET Web application using .NET Framework 3.5. The application will be deployed on an intranet server of the company. You require that the application meets the following requirements:
- Users can log on to the application by using their Active Directory
credentials.
- Each Web page in the application must display user name and password
controls for an unauthenticated user. What will you do to accomplish this?
Options
- AUse Forms authentication and use the SqlMembershipProvider class.
- BUse Forms authentication and use the ActiveDirectoryMembershipProvider class.
- CUse Windows authentication and enable impersonation.
- DUse Windows authentication and disable impersonation.
How the community answered
(43 responses)- A5% (2)
- B84% (36)
- C9% (4)
- D2% (1)
Community Discussion
No community discussion yet for this question.