当前位置:MCTS(70-515)题库

问题:

[单选] You are creating an ASP.NET Web site. The site contains pages that are available to anonymous users. The site also contains a page named Premium.aspx that provides premium content to only members of a group named Subscribers. You need to modify the web.config file to ensure that Premium.aspx can be accessed by only members of the Subscribers group. Which configuration should you use?()

A . <location path="Premium.aspx"> <system.web> <authorization> <allow users="Subscribers"/>            <deny users="*"/> </authorization> </system.web> </location> 
B . <location path="Premium.aspx"> <system.web> <authorization> <allow roles="Subscribers"/>             <deny users="*"/> </authorization> </system.web> </location> 
C . <location path="Premium.aspx"> <system.web> <authorization> <allow roles="Subscribers"/>             <deny users="?"/> </authorization> </system.web> </location> 
D . <location path="Premium.aspx"> <system.web> <authorization> <deny users="*"/> <allow roles="Subscribers"/> </authorization> </system.web> </location>

Which of the following is not a characteristic of Cisco Express Forwarding?() The adjacency table is populated from a router’s ARP cache。 CEF does not require the first packet of a data flow to be process switched。 CEF maintains the Forward Information Base and the adjacency table。 CEF can be enabled with the interface command ip cef。 The FIB is populated from a router’s IP routing table。 On most router platforms CEF is enabled by default。 什么叫位置公差?根据其几何特征,它分成几类? Your company has a single Active Directory domain. All servers run Windows Server 2008. The company network has servers that perform as Web Servers. All confidential files are located on a server named FSS1. The company security policy states that all confidential data must be transmitted in the most secure manner. When you monitor the network you notice that the confidential files stored on FSS1 server are being transmitted over the network without encryption. You need to ensure that encryption is always usedwhen the confidential files on the FSS1 server are transmitted over the network. What are two possible ways to achieve this goal? ()  Deactivate all LM and NTLM authentication methods on FSS1 server。 Use IIS to publish the confidential files, activate SSL on the IIS server, and then open the files as a web folder。 Use IPsec encryption between the FSS1 server and the computers of the users who need to access the confidential files.。 Use the Server Message Block (SMB) signing between the FSS1 server and the computers of the users who want to access the confidential files.。 Activate offline files for the confidential files that are stored on the FSS1 server. In the Folder avanced Properties box, select the Encrypt contents to secure data optiio。 教育者要善于抓住生活中有教育价值的点点滴滴,及时对学前儿童进行教育。这是学前儿童社会教育过程中()原则的要求。 情感支持。 生活教育。 正面教育。 实践性。 You are writing a custom dictionary.The custom-dictionary class is named MyDictionary.You need to ensure that the dictionary is type safe. Which code segment should you use?() A。 B。 C。 D。 You are creating an ASP.NET Web site. The site contains pages that are available to anonymous users. The site also contains a page named Premium.aspx that provides premium content to only members of a group named Subscribers. You need to modify the web.config file to ensure that Premium.aspx can be accessed by only members of the Subscribers group. Which configuration should you use?()
参考答案:

  参考解析

本题暂无解析

在线 客服