更多“下列哪一项是默认的WWW网站根目录的文件夹()。A、/inetpub/ftprootB、/inetpub/mailrootC、/inetpub/wwwrootD、/inetpub/news”相关问题
  • 第1题:

    在图3-2中,新建FTP站点的默认主目录为(5)。

    A.C:\inetpub\ftproot

    B.C:\ftp

    C.C:\ftp\root

    D.C:\inetpub\wwwroot


    正确答案:(5)A.C:\inetpub\ftproot
    (5)A.C:\inetpub\ftproot 解析:考查FTP服务安装的默认主目录。在Windows操作系统下安装FTP服务会默认保存在C:\ftp\root目录中。

  • 第2题:

    ●配置FTP服务器的属性窗口如下图所示,默认情况下“本地路径”文本框中的值为(36)。

    A.c:\inetpub\wwwroot

    B.c:\inetpub\ftproot

    C.c:\wmpubi\wwwroot

    D.c:\wmpubi\ftproot


    正确答案:B

  • 第3题:

    在IIS中,系统所选择的默认WEB发布主目录是()。

    • A、C:///Intpub/wwwroot
    • B、D:///Intpub/wwwroot
    • C、C:///Inetpub/wwwroot
    • D、D:///Intepub/wwwroot

    正确答案:C

  • 第4题:

    如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。

    • A、"/"
    • B、"/"
    • C、"."
    • D、"C:///Inetpub/wwwroot"

    正确答案:A,B

  • 第5题:

    下面哪一个是正确格式的URL?()

    • A、//ServerA/Sharedfiles
    • B、http://www.scut.edu.cn/index.html
    • C、10.1.34
    • D、C:///inetPub/wwwroot/index.html

    正确答案:B

  • 第6题:

    假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。

    • A、C:///Inetpub/wwwroot/asp/data.txt
    • B、C:///Inetpub/wwwroot/asp/asp/data.txt
    • C、C:///Inetpub/wwwroot/data.txt
    • D、系统报错

    正确答案:D

  • 第7题:

    Driver:/inetpuB/wwwroot是IIS服务器的()目录。

    • A、虚拟
    • B、子
    • C、其他选项都不对
    • D、默认

    正确答案:A

  • 第8题:

    在C://盘上安装Windows Server 2003的IIS后,默认网站缺省主目录文件夹的位置为()。

    • A、C:///Inetpub/wwwroot
    • B、C:///Inetpub/ftproot
    • C、C:///Winnt/Inetpub/wwwroot
    • D、C:///Winnt/Inetpub/ftproot

    正确答案:A

  • 第9题:

    单选题
    下列哪一项是默认的WWW网站根目录的文件夹()。
    A

    /inetpub/ftproot

    B

    /inetpub/mailroot

    C

    /inetpub/wwwroot

    D

    /inetpub/news


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

  • 第10题:

    单选题
    Driver:/inetpuB/wwwroot是IIS服务器的()目录。
    A

    虚拟

    B

    C

    其他选项都不对

    D

    默认


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

  • 第11题:

    多选题
    如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。
    A

    /

    B

    /

    C

    .

    D

    C:///Inetpub/wwwroot


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

  • 第12题:

    单选题
    下面哪一个是正确格式的URL?()
    A

    //ServerA/Sharedfiles

    B

    http://www.scut.edu.cn/index.html

    C

    10.1.34

    D

    C:///inetPub/wwwroot/index.html


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

  • 第13题:

    每个Web站点必须有一个主目录来发布信息,IIS默认的主目录为(46)。除了主目录之外还可以采用(47)作为发布目录。

    A.\Internet

    B.\Website

    C.\Inetpub\wwwroot

    D.\Internet\website


    正确答案:C

  • 第14题:

    配置FTP服务器的属性窗口如下图15-25所示,默认情况下"本地路径"文本框中的值为( )。


    A.c:\inetpub\wwwroot
    B.c:\inetpub\ftproot
    C.c:\wmpubi\wwwroot
    D.c:\wmpubi\ftproot

    答案:B
    解析:
    配置FTP服务器的属性中,默认情况下"本地路径"文本框中的值为c:\inetpub\ftproot。

  • 第15题:

    如果目标文件存在,下面()语句建立的TextStream对象可以读取文件。

    • A、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,True)
    • B、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1)
    • C、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt")
    • D、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",,True)

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

  • 第16题:

    如果目标文件不存在,下面()语句能够自动建立文件。

    • A、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,True)
    • B、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",2,True)
    • C、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",8,False)
    • D、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,False)

    正确答案:A

  • 第17题:

    在C盘上安装Windows Server 2003的IIS后,默认网站缺省主目录路径为()

    • A、C:///Inetpub/wwwroot
    • B、C:///Winnt/Inetpub/ftproot
    • C、C:///Inetpub/ftproot
    • D、C:///Winnt/Inetpub/wwwroot

    正确答案:A

  • 第18题:

    在Windows2003操作系统中,默认Web站点的主目录为()。

    • A、C:///Inetpub/wwwroot
    • B、C:///Inetpub
    • C、C:///wwwroot
    • D、C:///winnt

    正确答案:A

  • 第19题:

    PWS服务器的默认根目录是()。

    • A、C:///Inetpub/wwwroot
    • B、C:///Inetpub/homepage
    • C、C:///wwwroot
    • D、D:///Inetpub/wwwroot

    正确答案:A

  • 第20题:

    单选题
    在C://盘上安装Windows Server 2003的IIS后,默认网站缺省主目录文件夹的位置为()。
    A

    C:///Inetpub/wwwroot

    B

    C:///Inetpub/ftproot

    C

    C:///Winnt/Inetpub/wwwroot

    D

    C:///Winnt/Inetpub/ftproot


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

  • 第21题:

    单选题
    在IIS中,系统所选择的默认WEB发布主目录是()。
    A

    C:///Intpub/wwwroot

    B

    D:///Intpub/wwwroot

    C

    C:///Inetpub/wwwroot

    D

    D:///Intepub/wwwroot


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

  • 第22题:

    单选题
    IIS默认的主目录路径是()。
    A

    %SysemDrive%/wwwroot

    B

    %SysemDrive%/

    C

    %SysemDrive%/wwwroot/inetpub

    D

    %SysemDrive%/inetpub/wwwroot


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

  • 第23题:

    单选题
    PWS服务器的默认根目录是()。
    A

    C:///Inetpub/wwwroot

    B

    C:///Inetpub/homepage

    C

    C:///wwwroot

    D

    D:///Inetpub/wwwroot


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