nerdexam
GIAC

GSSP-.NET · Question #12

GSSP-.NET Question #12: Real Exam Question with Answer & Explanation

The correct answer is A. Generate a registry file for the assembly by using the Assembly Registration Tool. You work as a Software Developer for ManSoft Inc. You use C# .NET to create an assembly named TestAssembly that will be used by other applications, including a standard COM client application. You must deploy the assembly on the COM application to a client computer. You must ensu

Question

  • (Topic 1) You are working on an ASP.NET Web application and using .NET 2.0 as the application development platform. Authenticated users want their passwords to recover through the application. Which of the following are necessary to enable the user password recovery option for your application? Each correct answer represents a part of the solution. Choose all that apply.

Options

  • AGenerate a registry file for the assembly by using the Assembly Registration Tool
  • BDeploy the assembly to the global assembly cache on the client computer.
  • CCreate a strong name of the assembly by using the Strong Name tool(Sn.exe).
  • DGenerate a type library for the assembly by using the Type Library Importer (Tlbimp.exe)

Explanation

You work as a Software Developer for ManSoft Inc. You use C# .NET to create an assembly named TestAssembly that will be used by other applications, including a standard COM client application. You must deploy the assembly on the COM application to a client computer. You must ensure that the COM applications can instantiate components within the assembly as COM components. Which of the following options will you use to accomplish this task? (Regasm.exe) and register the file on the client computer. Add a reference to the assembly in the COM client application. and register the file on the client computer.

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice