GSSP-.NET GIAC GIAC Secure Software Programmer - C#.NET

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (Volume C)

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 accessed by users from remote locations over the Internet. You need to use ASP.NET role management. You must ensure that any authorization information cached on remote client computers is as secure as possible. What will you do?

Select an option, then click Submit answer.

  • Use the RsaProtectedConfigurationProvider class.

  • Use the DpapiProtectedConfigurationProvider class.

  • Set the cookieProtection attribute to Validation in the roleManager element of the Web.conf ig file.

  • Set the cookieProtection attribute to Encryption in the roleManager element of the
    Web.con fig file.


Question 17 (Volume D)

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET

2005 as its application development platform. You have recently finished development of a Windows application using .NET Framework. Users report that the application is not running properly. When the users try to complete a particular action, the following error message comes out:

Unable to find assembly 'myservices, Version=1.0.0.0, Culture=neutral,

PublicKeyToken=29b5ad26c9de9b95'.

You notice that the error occurs as soon as the application tries to call functionality in a serviced component that was registered by using the following commanD.

regsvcs.exe myservices.dll

You must make sure that the application can call the functionality in the serviced component with no exceptions being thrown. What will you do to accomplish this task?

Select an option, then click Submit answer.

  • Copy the serviced component assembly into the C.\Program Files\ComPlus Applications
    fold er

  • Run the command line tool: regasm.exe myservices.dll.

  • Copy the serviced component assembly into the C.\WINDOWS\system32\Com folder.

  • Run the command line tool: gacutil.exe /i myservices.dll.


Question 18 (Volume D)

Sandra works as a Software Developer for ABC Inc. She develops a Web site on a client computer. She creates a custom control named CustControl1 on a Web page named

MicrosoftCert1. She wants to retain the custom control property information during several round trips to a server. She wants to ensure that the control property is retained even if the view state of the Web page is disabled at the page level. Which of the following clientbased techniques for storing state management information will Sandra use to accomplish the task?

Select an option, then click Submit answer.

  • Control state

  • Cookie

  • Query string

  • Hidden field

  • View state