多项选择题

You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The server hosts an Internet-accessible Web site that has a virtual directory named /orders/. A Web server certificate is installed and an SSL listener has been configured for the Web site. The /orders/ virtual directory must meet the following company policy requirements: Be accessible to authenticated users only. Allow authentication types to support all browsers. Encrypt all authentication traffic by using HTTPS. 
All other directories of the Web site must be accessible to anonymous users and be available withoutSSL. 
You need to configure the /orders/ virtual directory to meet the company policy requirements. 
Which two actions should you perform?()

A.Configure the Web site to the Require SSL setting.
B.Configure the /orders/ virtual directory to the Require SSL setting.
C.Configure the Digest Authentication setting to Enabled for the /orders/ virtual directory.
D.Configure the Basic Authentication setting to Enabled and the Anonymous Authentication setting to Disabled for the Web site.
E.Configure the Basic Authentication setting to Enabled and the Anonymous Authentication setting to Disabled for the /orders/ virtual directory.

相关考题

Your company runs Windows Server 2008. The company netw...


单项选择题

Your company runs Windows Server 2008. The company network is configured as an Active Directory domain named contoso.com. The network has a Web server named WEB1. The domain users access WEB1 by using http://web1. 
You generate a self-signed certificate for WEB1 and configure WEB1 to use SSL. 
Users report that they get a warning message when they connect to WEB1 by using https://web1.You need to ensure that users can connect to WEB1 without receiving a warning message.
What should you do?()

A.Add the https: //web1 name to the list of Trusted Sites zone on all the computers in the domain.
B.Open the Certificates console on WEB1. Export the self-signed certificate to a web1.cer file. Install the web1.cer file on all the computers in the domain.
C.Join WEB1 to the contoso.com domain. Reissue the self-signed certificate. Request all the users to use https: //web1.contoso.com to connect to WEB1.
D.Create a DNS Host (A) Record for WEB1 in the contoso.com zone. Reissue the self-signed certificate. Request all the users to use https: //web1.contoso.com to connect to WEB1.