更多“在Windows 9x环境中,若要调试运行ASP网页,此时的Web服务应选用()A、IIS 5.0B、IE浏览器C、Peer Web ServerD、Personal Web Server”相关问题
  • 第1题:

    在Windows Server 2003上启用IIS6.0提供Web服务,创建一个Web站点并将主页文件index.asp拷贝到该Web站点的主目录下。在客户机的浏览器地址栏内输入网站的域名后提示没有权限访问该网站,则可能的原因是(68)。

    A.客户机安装的是Red Hat Enterprise Linux操作系统

    B.没有在浏览器上指定该Web站点的服务端口80

    C.没有将index.asp添加到该Web站点的默认启动文档中

    D.没有重新启动Web站点


    正确答案:C
    解析:每个网站都会有默认文档,默认文档就是访问者访问站点时首先要访问的文件。配置Web站点时,需要指定默认的文档名称和顺序。这是因为默认文档是按照从上到下的顺序读取的。在 Windows Server 2003上启用IIS6.0提供Web服务,创建一个Web站点并将主页文件index.asp拷贝到该 Web站点的主目录下。由于在IIS6.0上创建的Web站点默认启用的内容文档依次是:index.html,default.htm, default.asp,index.htm,并不包含名为index.asp的文档,因此在客户机的浏览器地址栏内输入该网站的域名后,Web站点的IIS6.0解释器将使用index.html文档进行解释,而该Web站点的主目录下并未包含 index.html文档,则系统将给出没有权限访问该网站的提示信息。解决本问题的方法是,将index.asp添加到该Web站点的默认启动文档中。具体操作方法是:右击“默认网站(停止)”选项,在弹出的快捷菜单中选择“属性”命令。在打开的“默认网站(停止)属性”对话框中,切换到“文档”选项卡,接着单击[添加]按钮,在“添加内容页”对话框中输入index.asp。单击[确定]按钮后,选中index.asp,并通过多次单击[上移]按钮使该文档置顶。

  • 第2题:

    在Windows Server 2003上启用IIS6.0提供Web服务,创建一个Web站点并将主页文件index.asp复制到该Web站点的主目录下。在客户机的浏览器地址栏内输入网站的域名后提示没有权限访问该网站,则可能的原因是(31)。

    A.没有重新启动Web站点

    B.没有在浏览器上指定该Web站点的服务端口80

    C.没有将index.asp添加到该Web站点的默认启动文档中

    D.客户机安装的不是Windows操作系统


    正确答案:C
    解析:默认文档是Web服务器收到一个请求时发送的一个文件。默认文档可以是一个网站,也可以是显示站点或文件夹内容的超文本列表的一个索引页面的主页。配置Web服务器时,可以指定多个Web站点或文件夹为默认文档。IIS搜索时,依据默认文档的顺序,返回它所发现的第一个文档。如果找到匹配项,IIS将激活该站点或文件夹,返回文件夹列表。如果文件夹浏览未被激活,IIS向浏览器返回“HTTP Error 403-禁止访问”消息。默认文档名称示例包括default.htm、default.asp和index.htm等。

  • 第3题:

    Windows 2000操作系统集成的Web服务器软件是 ( ) 。

    A.Internet Information Server
    B.Appache] Httpd]
    C.WebsPhere] Application Server
    D.ONE] Web] Server

    答案:A
    解析:
    本题考查Windows 2000的基本概念。Internet Information Server是Windows 2000所提供的Web服务器软件;Appache Httpd是基于Linux平台的Web服务器软件 ?Websphere Application Server是基于IBM公司的UNIX服务器的Web服务器软件;One Web Server是基于Sun或HP公司UNIX服务器的Web服务器软件

  • 第4题:

    在 Windows Server2008 系统中,不能使用IIS搭建的是( )服务器

    A.WEB
    B.DNS
    C.SMTP
    D.FTP

    答案:B
    解析:
    IIS支持web、FTP和虚拟的SMTP服务器,dns有专门的服务器。

  • 第5题:

    CA中心能够签发以下哪些服务器的证书()

    • A、Netscape Web Serer
    • B、Microsoft IIS server
    • C、Java Web Server
    • D、IBM Go Web Server
    • E、Lotus Notes Server4.5

    正确答案:A,B,C,D

  • 第6题:

    在Windows9x环境中,诺要调试运行ASP网页,此时的Web服务器应选用()

    • A、IIS4.0
    • B、IE浏览器
    • C、PersonalWebServer
    • D、PersonalWebServer

    正确答案:A

  • 第7题:

    You are deploying an ASP.NET Web application to a remote server. You need to choose a deployment method that will ensure that all IIS settings, in addition to the Web content, will deploy to the remote server. Which deployment method should you choose?()

    • A、the XCOPY command-line tool
    • B、the Copy Web Site tool
    • C、the Web Deployment tool
    • D、the Publish Web Site utility

    正确答案:C

  • 第8题:

    Your company has a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed.  You need to activate SSL for the default Web site.  Which two actions should you perform?()

    • A、Obtain and import a server certificate by using the IIS Manager console.
    • B、Select the Generate Key option in the Machine Key dialog box for the default Web site.
    • C、Add bindings for the HTTPS protocol to the default Web site by using the IIS Manager console.
    • D、Install the Digest Authentication component for the Web server role by using the Server Manager console.

    正确答案:A,C

  • 第9题:

    You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()

    • A、Configure the Windows Authentication setting to Enabled.
    • B、Configure the Forms Authentication setting to Enabled by using all the default settings.
    • C、Configure the ASP.NET State service to log on to the new local user account by using the Services console.
    • D、Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

    正确答案:D

  • 第10题:

    多选题
    Your company has a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed.  You need to activate SSL for the default Web site.  Which two actions should you perform?()
    A

    Obtain and import a server certificate by using the IIS Manager console.

    B

    Select the Generate Key option in the Machine Key dialog box for the default Web site.

    C

    Add bindings for the HTTPS protocol to the default Web site by using the IIS Manager console.

    D

    Install the Digest Authentication component for the Web server role by using the Server Manager console.


    正确答案: C,B
    解析: 暂无解析

  • 第11题:

    单选题
    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You are in charge of a server that runs Windows Server 2008. The server hasthe Web Server (IIS) server role installed. The Web developer at your company creates a new Web sitethat runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a securitycontext that is separate from any other ASP.NET application on the Web server. You create a local useraccount and grant account rights and permissions to run the ASP.NET Web application. Authentication forthe new Web site should be configured to support the Web application. What action should you perform?()
    A

    The ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

    B

    The Windows Authentication setting should be configured to Enabled.

    C

    The Forms Authentication setting should be configured to Enabled by using all the default settings.

    D

    The ASP.NET State Service should be configured to log on to the new local user account by using the Services console.


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    在Windows 9x环境中,若要调试运行ASP网页,此时的Web服务应选用()
    A

    IIS 5.0

    B

    IE浏览器

    C

    Peer Web Server

    D

    Personal Web Server


    正确答案: C
    解析: 暂无解析

  • 第13题:

    运行Asp.Net需要安装()Web服务器。

    A.Resin

    B.tomcat

    C.WebLogic

    D.IIS


    参考答案:D

  • 第14题:

    在Windows9x环境中,诺要调试运行ASP网页,此时的Web服务器应选用()

    A.IIS4.0

    B.IE浏览器

    C.PersonalWebServer

    D.PersonalWebServer


    参考答案:A

  • 第15题:

    Windows 2000操作系统集成的Web服务器软件是( )。

    A.Internet Information Server
    B.Appache Httpd
    C.WebsPhere Application Server
    D.ONE Web Server

    答案:A
    解析:
    本题考查Windows 2000的基本概念。Internet Information Server是Windows 2000所提供的Web服务器软件;Appache Httpd是基于Linux平台的Web服务器软件Websphere Application Server是基于IBM公司的UNIX服务器的Web服务器软件;One Web Server是基于Sun或HP公司UNIX服务器的Web服务器软件。

  • 第16题:

    要在一台Windows Server 2003上利用InternetinformationService实现主页浏览服务,你创建了一个Web站点并指定了一个主页文件Index.htm,将其放到Web站点的主目录下,当你启动Web站点后利用IE浏览器访问站点时提示无法显示主页。应采取何种措施解决这个问题?()

    • A、在Web服务器上停止Web站点并重新启动
    • B、在IE浏览器上指定Web站点的服务端口80
    • C、在Web服务器先停止Web站点,然后在站点属性页文档标签上手工添加文档Index.htm并将其移至最高位,最后重新启动站点
    • D、重新启动Web服务器

    正确答案:C

  • 第17题:

    ASP网页的Web服务器最好采用()。

    • A、Apache
    • B、IIS
    • C、Windows98
    • D、WindowsNT

    正确答案:B

  • 第18题:

    运行Asp.Net需要安装()Web服务器。

    • A、Resin
    • B、tomcat
    • C、WebLogic
    • D、IIS

    正确答案:D

  • 第19题:

    在WINDOWS2000 SERVER上,用于在WEB上发布BUGZILLA的服务名称为?()

    • A、FTP
    • B、SMTP
    • C、TELNET
    • D、IIS

    正确答案:D

  • 第20题:

    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You are in charge of a server that runs Windows Server 2008. The server hasthe Web Server (IIS) server role installed. The Web developer at your company creates a new Web sitethat runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a securitycontext that is separate from any other ASP.NET application on the Web server. You create a local useraccount and grant account rights and permissions to run the ASP.NET Web application. Authentication forthe new Web site should be configured to support the Web application. What action should you perform?()

    • A、The ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.
    • B、The Windows Authentication setting should be configured to Enabled.
    • C、The Forms Authentication setting should be configured to Enabled by using all the default settings.
    • D、The ASP.NET State Service should be configured to log on to the new local user account by using the Services console.

    正确答案:A

  • 第21题:

    You have a server that runs Windows Server 2008. The server has the Web Server (IIS) server role installed and all the Web Server role services installed.  You need to provide a user the ability to administer a Web site. Which feature should you configure?()

    • A、Net Roles
    • B、Net Users
    • C、Authentication
    • D、IIS Manager Permissions

    正确答案:D

  • 第22题:

    单选题
    You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()
    A

    Configure the Windows Authentication setting to Enabled.

    B

    Configure the Forms Authentication setting to Enabled by using all the default settings.

    C

    Configure the ASP.NET State service to log on to the new local user account by using the Services console.

    D

    Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    在Windows9x环境中,诺要调试运行ASP网页,此时的Web服务器应选用()
    A

    IIS4.0

    B

    IE浏览器

    C

    PersonalWebServer

    D

    PersonalWebServer


    正确答案: D
    解析: 暂无解析