nerdexam
GIAC

GSSP-NET · Question #125

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 the .NET Framework…

The correct answer is C. Create a custom profile provider. In the custom provider, encrypt the provided information. 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 the .NET Framework 3.5. The application stores sensitive profile data in a MS SQL Server 2008 database. You are required to make sure that the profile data never stored in clear text. What will you do?

Options

  • ACreate a strongly typed custom ProfileProvider class. In the ProfileProvider class, encrypt
  • BUse the ASP.NET IIS Registration Tool to encrypt the connection string to connect to the
  • CCreate a custom profile provider. In the custom provider, encrypt the provided information
  • DEnable the SSL encryption for the SQL Server connections.

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    13% (4)
  • C
    77% (23)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice