3、在本地站点中有如下两文件 G:\site\other\index.html G:\site\web\article\01.html index.htm要想链接到01.html这个文件,正确的链接路径应该是:
A.href=“01.html”
B.href=“web/article/01.html”
C.href=“../web/article/01.html”
D.href=“../../web/article/01.html”
单选题本地站点进行超链接检查无法实现()。A 孤立文件B 网站中的断链C 查找空标题的网页D 外部链接
点击查看答案
多选题The pop-up blocker is enabled on your computer. A Web site that you visit regularly uses pop-ups. You need to view the pop-ups from this Web site while maintaining the highest level of security for all other Web sites. What are two possible ways to achieve this goal?()ADisable the pop-up blocker.BAdd the URL of the Web site to the list of trusted sites.CAdd the URL of the Web site to the list of allowed sites.DEnable the Automatic Website Checking option on the Phishing filter.EVisit the Web site and select the Always allow pop-ups from this site option.
单选题要将已有文件添加到站点中,可以采用哪个操作()A 在站点地图中单击鼠标右键,选择“链接到已有文件”B 在本地视图中使用右键菜单的编辑命令C 使用文件菜单中打开命令D 使用编辑菜单中粘贴HTML命令
单选题You install the Web Server (IIS) role on a new server that runs Windows Server 2008. You install a Microsoft .NET Framework 1.0 application on a Web site on the Web server. The company security policy states that all applications must run by using the minimum level of permission. You need to configure the Web site application so that it has the permissions to execute without creating any other content and without accessing any operating system components. What should you do?()A Set the .NET Framework trust level to Full for the Web site.B Set the .NET Framework trust level to Low for the Web site.C Set the .NET Framework trust level to High for the Web site.D Set the .NET Framework trust level to Medium for the Web site.
单选题You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed. The server contains a Web site that is configured to use only Windows Authentication. You have a security group named Group1 that contains several user accounts. You need to prevent the members of Group1 from accessing a Web site. You must not prevent other users from accessing the Web site. Which Web site feature should you configure?()A AuthenticationB Authorization RulesC IIS Manager PermissionsD SSL Settings
判断题Dreamweaver 8站点提供一种组织所有与Web站点关联的文档的方法。通过在站点中组织文件,可以利用Dreamweaver 8将站点上传到Web服务器、自动跟踪和维护链接、管理文件以及共享文件。()A 对B 错
单选题你在名为server1和server2的服务器上安装web服务(IIS)服务角色,服务器运行windows server 2008.你公司在server1上有一个web站点www.contoso.com。这个web站点要进行维护。维护期间站点内容必须可用。你在server2上创建了一个镜像web站点。你需要把对 www.contoso.com站点的请求重定向到server2.你首先应该做什么?()A 运行命令appcmd set config/section.httpRedirect/enabled.trueB 运行命令appcmd set config/section.httpRedirect/enabled.falseC 运行命令appcmd set site/site.name.contoso/-bindings.[protocol=’http’,www.contoso.com]D 运行命令appcmd set site/site.name.contoso/+bindings.[protocol=’http’,www1.contoso.com]