nerdexam
GIAC

GSSP-.NET · Question #89

(Topic 1) 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…

The correct answer is A. In the Attach to Process dialog box, select the instance of Internet Explorer. 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…

Database & Application Auditing

Question

  • (Topic 1)

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. The application contains two HTML pages named Error.htm and PageNotFound.htm. You want to make sure that the following requirements are met:

l When any user requests a page that does not exist, the PageNotFound.htm page is displayed. l When any other error occurs, the Error.htm page is displayed. Which of the following code segments will you add to the Web.config file to accomplish this task?

Options

  • AIn the Attach to Process dialog box, select the instance of Internet Explorer
  • BIn Visual Studio, go to the Debug menu and select Start Debugging.
  • CIn Visual Studio, go to the Debug menu, click Windows, and then click Script Explorer.
  • DIn Visual Studio, go to the Debug menu and click Attach to Process.

How the community answered

(23 responses)
  • A
    83% (19)
  • B
    4% (1)
  • C
    9% (2)
  • D
    4% (1)

Explanation

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 Each correct answer represents a part of the solution. Choose all that apply. (iexplorer.exe) to be attached to the debugger.

Topics

#ASP.NET#web.config#HTTP error handling#custom error pages

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice