单选题You are the newly appointed system administrator at Certkiller.com. The previous administratorcreated a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.  You need to capture the timing and performance information of the application. Managementwants you to make sure that data is only accessible when a client is logged onto the Web servernot the individual Web pages.  What should you do?()AYou should consider adding compilation debug=true / to the Web.config file.BYou should consider adding compilation debug=false urlLinePragmas=true / to theWeb.config file.CYou should consider adding trace enabled=true writeToDiagnosticsTrace=truepageOutput=true localOnly=true / to the Web.config file.DYou should consider adding trace enabled=true pageOutput=false localOnly=true / tothe Web.config file.

单选题
You are the newly appointed system administrator at Certkiller.com. The previous administratorcreated a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.  You need to capture the timing and performance information of the application. Managementwants you to make sure that data is only accessible when a client is logged onto the Web servernot the individual Web pages.  What should you do?()
A

You should consider adding <compilation debug=true /> to the Web.config file.

B

You should consider adding <compilation debug=false urlLinePragmas=true /> to theWeb.config file.

C

You should consider adding <trace enabled=true writeToDiagnosticsTrace=truepageOutput=true localOnly=true /> to the Web.config file.

D

You should consider adding <trace enabled=true pageOutput=false localOnly=true /> tothe Web.config file.


参考解析

解析: 暂无解析

相关考题:

the ( ) director has lots of new ideas. A. newly appointB.new appointedC. appointedD. newly appointed

You are an administrator of Ezonexam.com's network. You want to perform. routine upgrades on your Windows 2000 Server computer. You use your non-administrator user account in the domain to logon to the server.You want to upgrade all of the critical system files and patches on the server in the shortest possible time.What should you do?A.Use Windows Update.B.Run System File Checker.C.Log on as administrator and run Windows Update.D.Log on as administrator and run System File Checker.

You are the domain administrator for TestKing‘s Active Directory domain. Allservers run Windows Server 2003. All client computers run Windows XPProfessional.A newly installed server was added to your domain. You need to administer thisserver remotely from your client computer.You need to configure the new server to ensure that it can be administeredremotely.What should you do?()A. Install Terminal Server Licensing. Restart the server.B. Modify the system properties for the server. Enable Remote Desktop for the server by selecting the Allow users to connect remotely to this system check box.C. Start the Remote Access Connection Manager service and then configure the service to start automatically.D. Modify your user account properties to enable you to connect to the terminal server

You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()A. EIA/TIAB. Q.932C. Q.933 AD. IEEEE. IETFF. CiscoG. ANSI

You are a technician at TestKing. Your newly appointed TestKing trainee wants to know what the CDP is.What would your reply be?()A、It is globally enabled by default on Cisco routers.B、It is globally enabled by default on all routers.C、It is a proprietary protocol.D、It is a non-proprietary protocol.E、It can be used to gather hardware and protocol information about neighbor devices.

You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()A、EIA/TIAB、Q.932C、Q.933 AD、IEEEE、IETFF、CiscoG、ANSI

You are a Database Administrator with WonderWeb. You use a password file to establish connections to the Sales database located on the server. You created the password file using the following command:        ORAPWD file=d:/oracle/ora9i/orapwU01 password=admin entries=4   You erroneously deleted the password file while the database was running. You re-create the password file using the following command:   ORAPWD file=d:/oracle/ora9i/orapwU01 password=change_on_install entries=4   However, when you try to connect as the SYS user, you receive the following error:        ORA-01031: insufficient privileges   What should you do to resolve this error?()A、 Delete the newly created password file and re-create another password file with the password admin, without shutting down the database.B、 Enable the operating system authentication, shut down the database, disable the operating system authentication, and restart the database using the password file.C、 Enable the operating system authentication, shut down the database, re-create the password file using the same ORAPWD command, and restart the database using the password file.D、 Delete the newly created password file, enable operating system authentication and shut down the database. Then, re-create another password file using the same ORAPWD command and restart the database using this password file.

You are the newly appointed system administrator at Certkiller.com. The previous administratorcreated a Microsoft ASP.NET application using Microsoft .NET Framework v3.5.  You need to capture the timing and performance information of the application. Managementwants you to make sure that data is only accessible when a client is logged onto the Web servernot the individual Web pages.  What should you do?()A、You should consider adding compilation debug="true" / to the Web.config file.B、You should consider adding compilation debug="false" urlLinePragmas="true" / to theWeb.config file.C、You should consider adding trace enabled="true" writeToDiagnosticsTrace="true"pageOutput="true" localOnly="true" / to the Web.config file.D、You should consider adding trace enabled="true" pageOutput="false" localOnly="true" / tothe Web.config file.

An administrator is planning to bring a newly purchased server online. Which of the following should the administrator do FIRST?()A、Follow the pre-installation plan and procedures.B、Review the system logs to check for errors.C、Notify all users that the old system will be taken offline.D、Apply all security updates to the system.

An administrator is planning to bring a newly purchased server online. Which of the following should the administrator do FIRST?()A、 Follow the pre-installation plan and procedures.按照预先安装计划和程序。B、 Review the system logs to check for errors.C、 Notify all users that the old system will be taken offline.D、 Apply all security updates to the system.

The administrator created an entry in the inittab for run level 2. The system was already booted in normal mode. Which will start the newly created entry?() A、init 1B、/etc/rcC、telinit qD、/etc/rc.d/rc2.d

You are the administrator of a Windows Server 2003 computer named Server1. Newly hired employees recently started storing files on Server1. Now users report that Server1 is responding much slower than it did before the additional users were added. You suspect the disk subsystem needs to be upgraded to accommodate the additional user load. You need to confirm whether the disk subsystem on Server1 needs to be upgraded. What should you do?()A、Configure a Performance Logs and Alerts alert on the %Free Space counter.B、Use Device Manager to populate volume settings and examine the properties of the disk drives on Server1C、Use Event Viewer to examine the system logs and search the system logs for events generated by the disk event source.D、Use System Monitor to monitor counters based on the PhysicalDisk object.

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?()A、You should consider implementing the IRequiresSessionState interface.B、You should consider implementing the ITemplatable interface.C、You should consider implementing the IPostBackDataHandler interface.D、You should consider implementing the INamingContainer interface

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.

单选题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?()AYou should consider implementing the IRequiresSessionState interface.BYou should consider implementing the ITemplatable interface.CYou should consider implementing the IPostBackDataHandler interface.DYou should consider implementing the INamingContainer interface

单选题You set up scheduled tasks to run and notify you of any failures. 3 days later you see that none of the tasks ran and you received no notifications. What should you do?()ASet the schedule service to run under the administrator account.BSet the scheduled tasks to run under the administrator account.CEnable the messenger serviceDSet the schedule service to run under the local system account and set it to start automatically.

多选题You are a technician at TestKing. Your newly appointed TestKing trainee is setting up a new frame relay connection to a remote branch and wants to know what the valid options for frame relay LMI types are.What would your reply be?()AEIA/TIABQ.932CQ.933 ADIEEEEIETFFCiscoGANSI

单选题An administrator is planning to bring a newly purchased server online. Which of the following should the administrator do FIRST?()A Follow the pre-installation plan and procedures.按照预先安装计划和程序。B Review the system logs to check for errors.C Notify all users that the old system will be taken offline.D Apply all security updates to the system.

单选题You are the administrator of your Windows 2000 Professional computer. You share severalfolders on your computer, which are accessible to all the users on your company’s network. You want to ensure that you have correctly assigned the appropriate permissions to all the shares.Where can you view all the shares in use on your computer, so as to verify the permissions as quickly as possible? ()AControl Panel  Data Sources (ODBC).BControl Panel  System Tools  Shared Folders.CComputer Management  System Tools  System Information.DComputer Management  System Tools  Shared Folders  Open Files.EComputer Management  System Tools  Shared Folders  Sessions.FComputer Management  System Tools  Shared Folders  Shares.

单选题You are the administrator of your company's network. You are preparing to deploy 20 new Windows 2000 Professional computers on your network. You want to be able to recover from disk failures and corrupt system files on the new computers. You want to configure the computers to automatically update their system configuration and emergency repair files on a scheduled bases.   What should you do?()AUse the at command to schedule a weekly job to back up the boot partition.BUse the at command to schedule a weekly job to run the system file checker.CUse Windows backup to schedule a backup of the System State Data.DUse Windows backup to schedule a backup of the system partition and the boot partition.

单选题The administrator created an entry in the inittab for run level 2. The system was already booted in normal mode. Which will start the newly created entry?()Ainit 1B/etc/rcCtelinit qD/etc/rc.d/rc2.d

单选题ou are the newly appointed system administrator at Certkiller.com. A former administratorcreated a Microsoft ASP.NET Web application using Microsoft .NET Framework v3.5.  You are responsible for maintaining the Web application. You use the source control repository toacquire the most recent version of the project. As soon as you attempt to compile the project onyour workstation you notice that the assembly reference is missing. To ensure productivity youneed to make sure that you are able to compile the project on your workstation. What should you do?()AYour best option would be to ensure that the assembly reference is deleted.Thereafter you need to add a reference to the missing assembly.BYour best option would be to ensure that a reference path in the property pages of the project is added to the location of the missing assembly.CYour best option would be to ensure that a working directory in the property pages of theproject is added to the location of the missing assembly.DYour best option would be to ensure that the output path in the property pages of the project is changed to the location of the missing assembly.

单选题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?()AThis can be accomplished using the Response.Cookies collection in order to store the name ofthe theme that is selected by the client.BThis can be accomplished by retrieving the required theme name from the Session object everytime the client visits a page.CThis can be accomplished by retrieving the required theme name every time the client visits apage.DThis can be accomplished by retrieving the required theme name from the Application objectevery time the client visits a page.

单选题What allows you to monitor the system performance of the Cisco CRS System (CPU, memory, etc.)?()ACisco Desktop Administrator  BCisco Supervisor Desktop  CMicrosoft Windows 2000 Performance Monitoring  DCRS Application Administration  ECRS Application Editor

多选题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?()AYou should consider clearing the Disable Script Debugging (Other) check box.BYou should consider selecting the Display a notification regarding every script error check box.CYou should consider selecting the Enable third-party browser extensions check box.DYou should consider clearing the Disable Script Debugging (Internet Explorer) check box.EYou should consider selecting the Show friendly HTTP error messages check box.

单选题You are the newly appointed system administrator at Certkiller.com. You make use of Microsoft.NET Framework v3.5 to create a Microsoft ASP.NET application.  You are responsible for a local instance of Microsoft SQL Server 2005 named CERTKILLER-SR02. CERTKILLER-SR02 hosts the ASP.NET Web application. CERTKILLER-SR02 makes useof Windows Authentication. You are in the process of planning the configuration of the membership providers as well as the role management providers. It is important that you install thedatabase elements for both the providers on CERTKILLER-SR02 from the command line.  What should you do?()AYour best option would be to run the aspnet_regsql.exe -E -S localhost -A mr command.BYour best option would be to run the sqlcmd.exe -S localhost E command.CYour best option would be to run the sqlmetal.exe /server:localhost command.DYour best option would be to run the aspnet_regiis.exe -s localhost command.

单选题You are the network administrator for. You are the administrator of a Windows Server 2003 computer named TestKing3. Newly hired employees recently started storing files on TestKing3. Now users report that Testking3 is responding much slower than it did before the additional users were added. You suspect the disk subsystem needs to be upgraded to accommodate the additional user load. You need to confirm whether the disk subsystem on TestKing3 needs to be upgraded. What should you do?()AConfigure a Performance Logs and Alerts on the %Free space counter.BUse Device Manager to populate volume settings and examine the properties of the disk drives on TestKing3.CUse Event View to examine the system logs and search the system logs for event logs for events generated by the disk event source.DUse System Monitor to monitor counters based on the PhysicalDisk object