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

Loading demo links...

Showing 4–6 of 20 questions

Question 4 (Volume B)

Ryan works as a Software Developer for Mansoft Inc. He creates an ASP.NET Web application named MyWebApplication using Visual Studio .NET 2005. MyWebApplication performs validation on XML files in a directory. Whenever a new XML file appears in the directory, MyWebApplication opens the file, checks it for validation, and updates it accordingly. Ryan wants to ensure that each update performed on XML files is logged in the Web application log. He creates a String object named Var1, to store the message to be logged. Which of the following will he use to accomplish the task?

Each correct answer represents a part of the solution. Choose two.

Select all that apply, then click Submit answer.

  • The Trace.WriteLine method

  • The EventLog.WriteEntry method

  • The EventLog.EventLogSource property

  • The EventLog.Source property


Question 5 (Volume C)

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 the .NET Framework 3.5. You create a HTTP module that is called on each and every request made by the application. It is called as part of the ASP.NET request pipeline.

Other then this, under which of the following operations will you use the HTTP module?

Each correct answer represents a complete solution. Choose three.

Select all that apply, then click Submit answer.

  • Custom headers or footers

  • Image server

  • Security

  • Statistics and logging


Question 6 (Volume D)

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using

.NET Framework 3.5.

You want to attach the Visual Studio Debugger to Internet Explorer when the application is running. Which of the following steps will you take to accomplish the task?

Each correct answer represents a part of the solution. Choose all that apply.

Select all that apply, then click Submit answer.

  • In Visual Studio, go to the Debug menu and select Start Debugging.

  • In Visual Studio, go to the Debug menu, click Windows, and then click Script Explorer.

  • In the Attach to Process dialog box, select the instance of Internet Explorer (iexplorer.exe) to be attached to the debugger.

  • In Visual Studio, go to the Debug menu and click Attach to Process.