重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

Your company has a network that has 100 servers. You install a new server that runs window

s server 2008. The server has the web server (IIS) role installed. You discover that the reliability monitor has no data, and that the system stablitiy share has never been updated. You need to configure the server to collect the reliability monitor data. What should you do?()

A.Run the perfmon.exe /sys command on the server.

B.Configure the task scheduler service to start automatically.

C.Configure the remote registry serice to start automatically.

D.Configure the secondary login service to start automatically.

查看答案
更多“Your company has a network that has 100 servers. You install a new server that runs window”相关的问题

第1题

Youareperfomingsecuritytestingonanexistingasp.netwebpage.Younoticethatyouareabletoissueunauthorisedpostbackrequeststothepage.Youneedtopreventunauthorisedpostbackrequests.whichpagedirectiveyouuse?()

A.<%@Pagestrict="true"%>

B.<%@PageenableViewStateMac="true"%>

C.<%@PageEnableEventValidation="true"%>

D.<%@PageAspcompact="true"%>

点击查看答案

第2题

YouaredevelopingaAsp.netwebapplicationthtincludesapanelcontrolthathasIDcontentsection.YouneedtoaddatextBoxcontroltothepanelcontrol.()

A.this.RequireControlState(this.LoadControl(typeof(TextBox),null));

B.this.ContentSection.control.add(this.FindControl(ContentSection.ID+"asp:TextBox"));

C.this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));

D.this.LoadComplete("asp:TextBox").IntiantiateIn(ContentSection)

点击查看答案

第3题

Your company has an active directory domain named ad.contoso.com all client computers run

windows vista. The company has recently acquired a company that has an active directory domain named ad.fabrikam.com. a two-way forest trust is established between the ad.fabrikam.com domain and the ad.contoso.com domain. You need to edit the ad.contoso.com domain group policy object (GPO) to enable users in ad.contoso.com domain to access resources in the ad.frabrikam.com domain.What should you do?()

A.Configure the DNS suffix searc List option to ad.contoso.com, ad.fabrikam.com .

B.Configure the allow DNS suffix appending to unqualified milti-label name queries option to true.

C.Configure the primary DNS suffix to ad.contoso.com, ad.fabrikam.com. configure the primary DNS suffix devolution option to true.

D.Configure the primary DNS Suffix to ad.contoso.com, ad.fabrikam.com. configure the primary DNS suffix devolution option to false.

点击查看答案

第4题

您工作在Cer-Tech.com应用程序开发。Cer-Tech.com运用Visual Studio.NET 2005作为其应用开发平台。

你用的是XP系统、计算机名为Client01 的个人电脑做开发。现在你要用这台机器开发一个.NET Framework 2.0的应用程序,代码如下:之后你完成了该程序并且注册进COM interoperability库中,团队里的其他开发人员抱怨他们在他们自己的COM应用里不能创建关于Shape 类的实例,为了保证COM应用能够创建这个类的实例,你需要怎么做?()

A.

B.

C.

D.

点击查看答案

第5题

You are developing a Windows Comunication Foundation (WCF) service that is used to check t

he status of orders placed by customers.The following code segment is part of your service.(Line numbers are included for reference only.)01 [ServiceContract]02 public interface IStatus03 {04 [OperationContract]05 int GetOrderStatus(string orderNumber);06 }0708 class OrderService : IStatus09 {10 public int GetOrderStatus(string orderNumber)11 {12 ...13 }14 }1516 class Program17 {18 static void Main(string[] args)19 {202122 host.Open();23 ...24 }25 }You need to ensure that the service always listens at net.pipe://SupplyChainServer/Pipe.What should you do?()

A.

B.

C.

D.

点击查看答案

第6题

你开发一个管理信用卡信息的Web控件。这个Web控件代码显示在下图。你在Web窗体上使用如下的代码段注册了此控件:TagPrefix="cc1"%>现在,你需要在Web窗体上声明这个控件,你应该使用下面那个代码段?()

A.

B.

C.

D.

点击查看答案

第7题

YouhavetwoserversnamedServer1andServer2.BothserversrunWindowsServer2008R2.Server1isconfigu

redasanenterpriserootcertificationauthority(CA).YouinstalltheOnlineResponderroleserviceonServer2.YouneedtoconfigureServer1tosupporttheOnlineResponder.Whatshouldyoudo()

A.ImporttheenterpriserootCAcertificate.

B.ConfiguretheCertificateRevocationListDistributionPointextension.

C.ConfiguretheAuthorityInformationAccess(AIA)extension.

D.AddtheServer2computeraccounttotheCertPublishersgroup.

点击查看答案

第8题

你正在创建一个可以供 Web 应用使用的模板化 Web 控件。你需要在没有编译的情况下能够把此控件增加到你的 Web 页面上,你应该如何做?()

A.确保Web控件从WebControl类继承。

B.确保Web控件从Control类继承.

C.确保Web控件从CompositeControl类继承.

D.确保Web控件从UserControl类继承.

点击查看答案

第9题

Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 is

located in a branch office. You discover that users cannot obtain cached documents from Server1. The BranchCache configuration on Server1 is shown in the exhibit. (Click the Exhibit button.) You need to ensure that Server1 hosts cached content for client computers in the branch office.What should you do?()

A.Enable Peer Discovery firewall rules

B.Set the Startup Type of the BranchCache service to Automatic, and then start the service

C.At the command prompt, run netsh.exe branchcache set service mode=DISTRIBUTED

D.At the command prompt, run netsh.exe branchcache set service mode=HOSTEDCLIENT

点击查看答案

第10题

You are developing a custom service host for a Windows Communication Foundation (WCF) serv

ice. The service host is named MovieServiceHost.You need to deploy the service with the custom service host in Microsoft Internet Information Services (IIS) 7.0.What should you do?()

A. Make sure that service class has a default constructor. Add a public read-only property with the name ServiceHost that returns an instance of the MovieServiceHost class.

B. Create a factory for the custom service host. Name the factory MovieServiceHostFactory. In the web.config file, add the following attribute to the element within theelement. factory="MovieServiceFactory"

C. Create a factory for the custom service host. Name the factory MovieServiceHostFactory. In the .svc file, add the following line. <%@ServiceHost Service="MovieServiceHostFactory" Language="C#">

D. Decorate the custom service host class with the following line. [System.ServiceModel.Activation.ServiceActivationBuildProvider()]

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案