niusouti.com

You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You nee

题目

You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need to ensure that the application displays the details of the client-side object on the debugger console.  What should you do?()

  • A、Use the Sys.Debug.fail method. 
  • B、Use the Sys.Debug.trace method. 
  • C、Use the Sys.Debug.assert method. 
  • D、Use the Sys.Debug.traceDump method.

相似考题
参考答案和解析
正确答案:D
更多“You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Frameworkversion 3.5.  You attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance to debug the JavaScript code in the AJAX application.  You need”相关问题
  • 第1题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. When you access the application in a Web browser, you receive the following error message: "Service Unavailable".  You need to access the application successfully.  What should you do?()

    • A、Start Microsoft IIS 6.0. 
    • B、Start the Application pool. 
    • C、Set the .NET Framework version. 
    • D、Add the Web.config file for the application.

    正确答案:B

  • 第2题:

    You are developing an ASP.NET application by using Visual Studio 2010. You need to interactively debug the entire application. Which two actions should you perform? ()

    • A、Set the Debug attribute of the compilation node of the web.config file to true.
    • B、Add a DebuggerDisplay attribute to the code-behind file of the page that you want to debug.
    • C、Select the ASP.NET debugger option in the project properties.
    • D、Define the DEBUG constant in the project settings.

    正确答案:A,C

  • 第3题:

    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 3.5.  A JavaScript code segment in the AJAX application does not exhibit the desired behavior. Microsoft Internet Explorer displays an error icon in the status bar but does not prompt you to debug the script.  You need to configure the Internet Explorer to prompt you to debug the script.  Which two actions should you perform?()

    • A、Clear the Disable Script Debugging (Other) check box. 
    • B、Clear the Disable Script Debugging (Internet Explorer) check box. 
    • C、Select the Show friendly HTTP error messages check box. 
    • D、Select the Enable third-party browser extensions check box. 
    • E、Select the Display a notification about every script error check box.

    正确答案:B,E

  • 第4题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses data-bound controls. You discover that when the application is executed by users, one of the controls is not displayed properly. You need to view the property values assigned to the controls. What should you do?()

    • A、 Use IntelliTrace. 
    • B、 Use PresentationTraceSource.
    • C、 Run the application in debug mode with Visual Studio 2010. Use the Auto window while you step through the application code.
    • D、 Run the application in debug mode with Visual Studio 2010. Use the WPF Visualizer while you step through the application code.

    正确答案:D

  • 第5题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()

    • A、Attach Microsoft Visual Studio.NET to the w3wp.exe process.
    • B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process.
    • C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.
    • D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

    正确答案:A

  • 第6题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application contains a DataSourceControl named CategoriesDataSource that is bound to a Microsoft SQL Server 2005 table. The CategoryName column is the primary key of the table. You write the following code fragment in a FormView control:   01    02   Category:   03      09      10     You need to ensure that the changes made to the CategoryID field can be written to the database.  Which code fragment should you insert at line 04?()

    • A、SelectedValue='<%# Eval("CategoryID") %>' 
    • B、SelectedValue='<%# Bind("CategoryID") %>' 
    • C、SelectedValue='<%# Eval("CategoryName") %>' 
    • D、SelectedValue='<%# Bind("CategoryName") %>'

    正确答案:B

  • 第7题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a custom control that is used to display customer information. You discover that the custom control is not rendering correctly. You need to identify the WPF element that is causing the issue. You want to achieve this goal by using the minimum amount of administrative effort. What should you do?()

    • A、 Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the debugger to step through the application code.
    • B、 Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the WPF Tree Visualizer tool.
    • C、 Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application in debug mode.
    • D、 "Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application by double-clicking the executable file (.exe).

    正确答案:B

  • 第8题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET AJAX application using .NET Framework v3.5.  You receive an instruction from management to debug the JavaScript code in the application. Youthen attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance. Youneed to make sure that the details of the client side object on the debugger console is displayedon the application.  What should you do?()
    A

    This can be achieved using the Sys.Debug.fail method.

    B

    This can be achieved using the Sys.Debug.traceDump method.

    C

    This can be achieved using the Sys.Debug.trace method.

    D

    This can be achieved using the Sys.Debug.assert method.


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do? ()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()
    A

    the ITemplatable interface

    B

    the INamingContainer interface

    C

    the IRequiresSessionState interface

    D

    the IPostBackDataHandler interface


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()
    A

    the ITemplatable interface 

    B

    the INamingContainer interface 

    C

    the IRequiresSessionState interface

    D

    the IPostBackDataHandler interface


    正确答案: B
    解析: 暂无解析

  • 第13题:

    Certkiller.com has employed you as a system administrator. You are in the process of creating anASP.NET AJAX application using .NET Framework v3.5.  You receive an instruction from management to debug the JavaScript code in the application. Youthen attach Microsoft Visual Studio 2008 debugger to the Microsoft Internet Explorer instance. Youneed to make sure that the details of the client side object on the debugger console is displayedon the application.  What should you do?()

    • A、This can be achieved using the Sys.Debug.fail method.
    • B、This can be achieved using the Sys.Debug.traceDump method.
    • C、This can be achieved using the Sys.Debug.trace method.
    • D、This can be achieved using the Sys.Debug.assert method.

    正确答案:B

  • 第14题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev.  What should you do?()

    • A、Attach Microsoft Visual Studio.NET to the w3wp.exe process. 
    • B、Attach Microsoft Visual Studio.NET to the inetinfo.exe process. 
    • C、Attach Microsoft Visual Studio.NET to the Msvsmon.exe process. 
    • D、Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.

    正确答案:A

  • 第15题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You discover that when the application runs, a user control is not rendered correctly. You need to find out the user interface (UI) element of the window that is causing the rendering problem. What should you do?()

    • A、 Use the Local Window.
    • B、 Use the WPF Visualizer.
    • C、 Generate a trace log by using IntelliTrace.
    • D、 Set a breakpoint at the control. Run the application.

    正确答案:B

  • 第16题:

    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You create a custom-templated server control.  You need to ensure that the child controls of the server control are uniquely identified within the control hierarchy of the page.  Which interface should you implement?()

    • A、the ITemplatable interface
    • B、the INamingContainer interface
    • C、the IRequiresSessionState interface
    • D、the IPostBackDataHandler interface

    正确答案:B

  • 第17题:

    You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.  When you review the application performance counters, you discover that there is an unexpected increase in the value of the Application Restarts counter. You need to identify the reasons for this increase.  What are three possible reasons that could cause this increase?()

    • A、Restart of the Microsoft IIS 6.0 host.
    • B、Restart of the Microsoft Windows Server 2003 that hosts the Web application.
    • C、Addition of a new assembly in the Bin directory of the application.
    • D、Addition of a code segment that requires recompilation to the ASP.NET Web application.
    • E、Enabling of HTTP compression in the Microsoft IIS 6.0 manager for the application.
    • F、Modification to the Web.config file in the system.web section for debugging the application.

    正确答案:C,D,F

  • 第18题:

    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()

    • A、This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
    • B、This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
    • C、This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
    • D、This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

    正确答案:D

  • 第19题:

    You are the newly appointed administrator at Certkiller.com. You are in the process of creating anASP.NET application using Microsoft .NET Framework v3.5.  During routine monitoring you discover that a JavaScript code fragment in the AJAX application isnot exhibiting the desired behavior. You notice an error icon in the status bar of Microsoft InternetExplorer but is does not prompt you to debug the script. You need to determine the appropriateaction you should take in order to configure Internet Explorer to prompt you to debug the script.  What should you do?()

    • A、You should consider clearing the Disable Script Debugging (Other) check box.
    • B、You should consider selecting the Display a notification regarding every script error check box.
    • C、You should consider selecting the Enable third-party browser extensions check box.
    • D、You should consider clearing the Disable Script Debugging (Internet Explorer) check box.
    • E、You should consider selecting the Show friendly HTTP error messages check box.

    正确答案:B,D

  • 第20题:

    单选题
    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()
    A

    This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.

    B

    This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.

    C

    This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.

    D

    This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web form in the application by using the following code fragment:   01     02 protected void Button_Handler(object sender, EventArgs e)   03 {   04   // some long-processing operation.  05 }   06    07 
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web form in the application by using the following code fragment:   01     02 protected void Button_Handler(object sender, EventArgs e)   03 {   04   // some long-processing operation.  05 }   06    07 
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: B
    解析: 暂无解析

  • 第23题:

    多选题
    You are the newly appointed administrator at Certkiller.com. You are in the process of creating anASP.NET application using Microsoft .NET Framework v3.5.  During routine monitoring you discover that a JavaScript code fragment in the AJAX application isnot exhibiting the desired behavior. You notice an error icon in the status bar of Microsoft InternetExplorer but is does not prompt you to debug the script. You need to determine the appropriateaction you should take in order to configure Internet Explorer to prompt you to debug the script.  What should you do?()
    A

    You should consider clearing the Disable Script Debugging (Other) check box.

    B

    You should consider selecting the Display a notification regarding every script error check box.

    C

    You should consider selecting the Enable third-party browser extensions check box.

    D

    You should consider clearing the Disable Script Debugging (Internet Explorer) check box.

    E

    You should consider selecting the Show friendly HTTP error messages check box.


    正确答案: B,A
    解析: 暂无解析