题目内容 (请给出正确答案)
[主观题]

You create an intranet Web site for management of project documents. You need to enable al

l users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()

A. <allow verbs="GET" users="*" /><deny verbs="POST" users="*" /><allow verbs="POST" roles="Administrators" />

B. <allow roles="Administrators" /><deny users="*" />

C. <allow u sers="Administrators" /><allow users="*" />

D. <allow v erbs = "POST" roles="Administrators" /><deny verbs="POST" users="*" /><allow verbs="GET" users="*" />

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“You create an intranet Web sit…”相关的问题

第1题

YoucreateanASP.NETpage.ThepageusesthejQuery$.ajaxfunctiontomakecallsbacktotheserverinsever

alplaces.Youaddthefollowingdivelementtothepage.Youneedtoimplementasingleerrorhandlerthatwilladderrorinformationfromallpage$.ajaxcallstothedivnamederrorInfo.Whatshouldyoudo?()

A.Addthefollowingoptionstoeach$.ajaxfunctioncall:

B.Addthefollowingcodetothe$(document).readyfunctiononthepage:

C.Addthefollowingoptiontoeach$.ajaxfunctioncall:

D.Addthefollowingcodetothe$(document).readyfunctiononthepage:

点击查看答案

第2题

A Windows Communication Foundation (WCF) service only accepts messages that are signed and

encrypted. A client application is not receiving expected responses from the service. You need to enable logging to verify that the messages from the client are signed and encrypted. You also need to see what each message looks like before the message body is deserialized into a NET object. What should you do?()

A.

B.

C.

D.

点击查看答案

第3题

YournetworkcontainsanActiveDirectorydomain.Therelevantserversinthedomainare configuredasshowninthefollowingtable.YouneedtoensurethatalldevicecertificaterequestsusetheMD5hashalgorithm.Whatshouldyoudo()

A.OnServer2,runtheCertutiltool.

B.OnServer1,updatetheCEPEncryptioncertificatetemplate.

C.OnServer1,updatetheExchangeEnrollmentAgent(OfflineRequest)template.

D.OnServer3,setthevalueoftheHKLM\Software\Microsoft\Cryptography\MSCEP\HashAlgorithm\HashAlgorithmregistrykey.

点击查看答案

第4题

YournetworkcontainsanActiveDirectorydomain.YouhaveaservernamedServer1thatrunsWindowsServer

2008R2.Server1isanenterpriserootcertificationauthority(CA).YouhaveaclientcomputernamedComputer1thatrunsWindows7.YouenableautomaticcertificateenrollmentforallclientcomputersthatrunWindows7.YouneedtoverifythattheWindows7clientcomputerscanautomaticallyenrollforcertificates.WhichcommandshouldyourunonComputer1()

A.certreq.exeretrieve

B.certreq.exesubmit

C.certutil.exegetkey

D.certutil.exepulse

点击查看答案

第5题

You are developing a Web application. The Web application restricts access to an administr

ative page. The Web application uses the following code segment to protect the page.If Page.User.Identity.Name "CONTOSO\Administrator" Then Response.Redirect("login.aspx")End IfYou are logged on as Administrator. When you display the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()

A. In the Web.config file, enable impersonation.

B. In IIS, enable anonymous access.

C. In IIS, disable anonymous access.

D. In the Web.config file, set the authentication mode to Windows.

点击查看答案

第6题

YourcompanyhasasingleActiveDirectoryforestthathassixdomains.AllDNSserversintheforestrunWin

dowsServer2008.YouneedtoensurethatallpublicDNSquieriesarechanneledthroughasinglecahing-onlyDNSserver.Whichtwoactionsshouldyouperform?()

A.Disabletheroothints

B.EnableBINDsecondaries

C.ConfigureaforwardertothecachingDNSserver

D.ConfigureaGlobalNameshost(A)recordforthehostnameofthecachingDNSserver

点击查看答案

第7题

You want to debug the Windows Communication Foundation (WCF) client and server interaction

through message and application tracing.You need to correlate traces generated on the client and the server. Which XML segment should you add to the system.diagnostics configuration element in the client and server application configuration file?()

A.

B.

C.

D.

点击查看答案

第8题

YouneedtocreateamethodtoclearaQueuenamedq.Whichcodesegmentshouldyouuse?()

A.A

B.B

C.C

D.D

点击查看答案

第9题

YoucreateaWebpagethatcontainsthespanshowninthefollowinglineofcode.TextYouneedreplacethecon

tentsofthespanwithHTMLthatyoudownloadfromaURLspecifiedbyaglobalvariablenamedlocalURL.Whichcodesegmentshouldyouuse?()

A.$.ajax({type:"GET",url:localURL, dataType:"jsonp",success:function(htmlText {$("#span1").text(htmlText);}});

B.$.ajax( localURL,{}, function(htmlText){$("#span1").html(htmlText);},"html");

C.$.ajax({ type:"GET",url:localURL,dataType:"html",success:function(htmlText){$("#span1").innerHTML=htmlText;}});

D.$.ajax({ type:"GET",url:localURL, success:function(htmlText){$("#span1").html(htmlText);}});

点击查看答案

第10题

您正在将集体存储用户消息的应用程序和进程的消息序列中。处理消息的顺序将取决于它接收的顺序。要添加到集合的邮件,用户将指定应存放在一个名为 txtMsg 的 TextBox 控件的消息然后单击一个名为 btnAdd 的按钮控件。您需要确保使用适当的代码来创建集合。您应该使用什么?()

A.

B.

C.

D.

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

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

警告:系统检测到您的账号存在安全风险

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

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信