GSSP-NET · Question #359
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…
The correct answer is 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. See the full explanation below for the reasoning.
Question
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.
Options
- ASet the debug attribute of the @Page directive to false.
- BSet the ScriptMode property of the ScriptManager control to Debug in pages that contain a
- CIn the Web.config file, set the compilation element's debug attribute to false.
- DSet the ScriptMode property of the ScriptManager control to Release in pages that contain
How the community answered
(32 responses)- A13% (4)
- B6% (2)
- C81% (26)
Community Discussion
No community discussion yet for this question.