【多选题】You need to design a method to update the content on the Web server. Your solution must meet business and security requirements. What are two possible ways to achieve this goal?()
A.
Use SSH to encrypt content as it is transferred to the Web server on the perimeter network
B.
Install the Microsoft FrontPage Server Extensions, and use FrontPage to update content
C.
Use Web Distributed Authoring and Versioning (WebDAV) over and SSL connection to the Web server to update content
D.
Use FTP over an IPSec connection to transfer content to the Web server
E.
Use Telnet to connect to the Web server, and then perform content changes directly on the server
【单选题】You create a master page named Template.master. Template.master contains the following ContentPlaceHolder server controls.You also create 10 Web Forms. The Web Forms reference Template.master as their...
A.
Move default content inside area2 in Template.master. Remove area2 from Web Forms that do not provide content.
B.
Move default content inside area2 in Template.master. Leave area2 blank in Web Forms that do not provide content.
C.
Move default content inside area2 in the Web Forms. Remove area2 from Template.master.
D.
Create an additional ContentPlaceHolder control in Template.master named area2_default. Place default content inside area2_default. Remove area2 from Web Forms that do not provide content.