Want to pass your GIAC Secure Software Programmer - C#.NET GSSP-NET-CSHARP exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
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 is used to map HTTP requests to HTTP handlers based on a file name extension. You need to ensure that each HTTP handler processes individual HTTP URLs or groups of URL extensions in the application.
Which of the following built-in HTTP handlers will you use to accomplish this task?
Each correct answer represents a part of the solution. Choose all that apply.
A. Generic Web handler (*.ashx)
B. Generic handler (*.ashx)
C. Web service handler (*.asmx)
D. ASP.NET page handler (*.aspx)
E. Trace handler (trace.axd)
You are working on an ASP.NET application that will handle shopping cart for online users. You wish to generate images of all your company's products dynamically on one of the application's Web pages. You need to modify your configuration settings file for this purpose. Which of the following sections of the configuration file will you use to accomplish the task?
A.
B.
C.
D.
You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create an ASP.NET AJAX application using .NET Framework 3.5. You have enabled debugging in your application to get error information. Now, you want to deploy the release version of the application. How will you set the application to release mode?
Each correct answer represents a part of the solution. Choose all that apply.
A. Set the debug attribute of the @Page directive to false.
B. Set the ScriptMode property of the ScriptManager control to Debug in pages that contain a ScriptManager control.
C. In the Web.config file, set the compilation element's debug attribute to false.
D. Set the ScriptMode property of the ScriptManager control to Release in pages that contain a ScriptManager control.