GSSP-NET · Question #465
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. The…
The correct answer is B. Change the membership provider to ActiveDirectoryMembershipProvider. 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 create an ASP.NET Web application using .NET Framework 3.5. The application uses Forms authentication. Your company uses Active Directory. You need to modify the application to enable users to make use of their existing Active Directory account to access the application through the Internet. You are required to ensure that the application must be modified with the least amount of user interface changes, cost, and development effort. What will you do to accomplish this?
Options
- ARemove Forms authentication and create an ASP.NET membership.
- BChange the membership provider to ActiveDirectoryMembershipProvider.
- CCreate a custom membership provider that has access to the corporate Active Directory.
- DChange the application to use the Windows authentication provider instead of Forms
How the community answered
(47 responses)- A4% (2)
- B77% (36)
- C4% (2)
- D15% (7)
Community Discussion
No community discussion yet for this question.