2013微軟認(rèn)證考試練習(xí)題及答案(29)

字號(hào):

為大家收集整理了《2013微軟認(rèn)證考試練習(xí)題及答案(29)》供大家參考,希望對(duì)大家有所幫助!??!
    QUESTION 61
    You create a Microsoft ASP.NET AJAX application by using the Microsoft .NET Framework version 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.
    Answer: D
    QUESTION 62
    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? (Each correct answer presents part of the solution.
    Choose two.)
    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.
    Answer: BE
    QUESTION 63
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
    You plan to capture the timing and performance information of the application.
    You need to ensure that the information is accessible only when the user is logged on to the Web server and not on individual Web pages.
    What should you add to the Web.config file?
    A.
    B.
    C.
    D.
    Answer: C
    QUESTION 64
    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.
    Answer: B
    QUESTION 65
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.
    The application is deployed on a Microsoft IIS 6.0 Web server by using the default ASP.NET version 2.0 application pool and Windows Authentication.
    The application contains functionality to upload files to a location on a different server.
    Users receive an access denied error message when they attempt to submit a file.
    You need to modify the Web.config file to resolve the error.
    Which code fragment should you use?
    A.
    B.
    C.
    D.
    Answer: A