You work as a system administrator at Certkiller.com. You are in the process of creating anASP.NET application using Microsoft .NET Framework v3.5. You receive an instruction from management to create a custom-templated server control. Toensure productivity you need to make sure that the child controls of the newly created servercontrol are identified within the hierarchy of the page. You thus need to identify the interface thatwill accomplish this. What should you do?()
第1题:
You are the newly appointed system administrator at Certkiller.com. You are in the process ofcreating a Microsoft ASP.NET application using Microsoft .NET Framework v3.5. The new application will make use of eleven themes. Certkiller clients will be permitted to selecttheir themes from the Web page. You need to make sure that the theme selected by a client isdisplayed when the client returns to the application. This should occur even when the client returnsto log on at a later date or from another workstation. You should take cognizance of the fact that the application operates on different storage types andin different environments. Management wants you tp store the themes selected by the clients aswell as retrieving the required theme. What should you do?()
第2题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. An exception management framework is not used in the Web application. You need to ensure thatthe application log the unhandled exceptions automatically to the event log. You need to configurethe Web.config file to accomplish this. Identify the configuration that will assist you in thisscenario?()
第3题:
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?()
第4题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost. What should you do?()
第5题:
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?()
第6题:
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?()
第7题:
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?()
第8题:
This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.
第9题:
The increase occurred due to changes made to the Web.config file in the system.web sectionfor debugging the application.
The increase occurred due to the Microsoft IIS 6.0 host being restarted.
The increase occurred due to an additional code fragment that needs recompilation to theASP.NET Web application.
The increase occurred due to the Microsoft Windows Server 2003 that hosts the Webapplication being restarted.
The increase occurred due to an additional new assembly in the Bin directory of the application.
The increase occurred due to HTTP compression being enabled in the Microsoft IIS 6.0manager for the application
第10题:
You should consider using the <healthMonitoring enabled=true/> configuration.
You should consider using the <deployment retail=true/> configuration.
You should consider using the <customErrors mode=On/> configuration.
You should consider using the <trace enabled=true/> configuration.
第11题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第12题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第13题:
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?()
第14题:
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?()
第15题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a custom-templated server control. | English | Chinese | Japan | Korean | - 112 - Test Information Co., Ltd. All rights reserved. You need to ensure that the child controls of the server control are uniquely identified within thecontrol hierarchy of the page. Which interface should you implement? ()
第16题:
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You create an ASP.NET Web application using .NET Framework 4.0. You create a Web page in the application. The Web page will get large sets of data from a data source. You add a DataPager control to the page. You are required to display navigation controls that enable you to create a custom paging Ul for the DataPager control. What will you do?()
第17题:
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page to display photos and captions. The caption of each photo in the database can be modified by using the application. You write the following code fragment:
第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?()
第19题:
You should consider implementing the IRequiresSessionState interface.
You should consider implementing the ITemplatable interface.
You should consider implementing the IPostBackDataHandler interface.
You should consider implementing the INamingContainer interface
第20题:
This can be achieved using the Sys.Debug.fail method.
This can be achieved using the Sys.Debug.traceDump method.
This can be achieved using the Sys.Debug.trace method.
This can be achieved using the Sys.Debug.assert method.
第21题:
the ITemplatable interface
the INamingContainer interface
the IRequiresSessionState interface
the IPostBackDataHandler interface
第22题:
You should change the IIS isolation mode.
You should assign the application to another application pool.
You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.
You should run the Aspnet_regiis.exe Tool.
You should restart the application pool that hosts the application.
第23题:
You should consider clearing the Disable Script Debugging (Other) check box.
You should consider selecting the Display a notification regarding every script error check box.
You should consider selecting the Enable third-party browser extensions check box.
You should consider clearing the Disable Script Debugging (Internet Explorer) check box.
You should consider selecting the Show friendly HTTP error messages check box.