网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
多选题
若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。
A
http://localhost/temp/test.asp
B
http://127.0.0.1/temp/test.asp
C
http://localhost/asp/temp/test.asp
D
http://127.0.0.1/asp/test.asp
参考答案
参考解析
解析:
暂无解析
更多 “多选题若ASP服务器的根目录是“C:///wwwroot”,虚拟目录别名“temp”对应的路径是“C:///wwwroot/asp/temp”,则浏览temp目录下的文件“test.asp”正确的是()。Ahttp://localhost/temp/test.aspBhttp://127.0.0.1/temp/test.aspChttp://localhost/asp/temp/test.aspDhttp://127.0.0.1/asp/test.asp” 相关考题
考题
You are hosting a Windows Communication Foundation (WCF) service under Microsoft Interent Information Services (IIS) 7.0.You have set up a web site in IIS Manager. The physical path is c:\wwwroot\Calendar.There is a Calendar.svc file in the c:\wwwroot\Calendar folder. It contains the following directive:% @ServiceHost Language=C Debug=true Service=Calendar.Calendar CodeBehind=CalendarSvc.cs %The CalendarSvc.cs file contains the source for the Calendar class in the Calendar namespace.You compile this code into the Calendar.dll file. You need to deploy your service to the web site. What should you do?()A. Copy the Calendar.dll file to the c:\wwwroot\Calendar\code folderB. Copy the Calendar.dll file to the c:\wwwroot\Calendar\bin folderC. Copy the Calendar.svc.cs file to the c:\wwwroot\Calendar\bin folderD. Copy the Calendar.svc.cs file to the c:\wwwroot\Calendar\code folder
考题
WAS中配置文件访问组件时,虚拟路径对应的“实际路径”的配置格式是()。A、/实际绝对路径/B、/文件服务器的名称或IP地址/实际绝对路径/C、/文件服务器的名称或IP地址/D、/文件服务器的名称或IP地址/FTP服务器的虚拟目录名称/
考题
如果目标文件存在,下面()语句建立的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、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)
考题
在C盘上安装Windows Server 2003的IIS后,默认网站缺省主目录路径为()A、C:///Inetpub/wwwrootB、C:///Winnt/Inetpub/ftprootC、C:///Inetpub/ftprootD、C:///Winnt/Inetpub/wwwroot
考题
假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。A、C:///Inetpub/wwwroot/asp/data.txtB、C:///Inetpub/wwwroot/asp/asp/data.txtC、C:///Inetpub/wwwroot/data.txtD、系统报错
考题
在虚拟目录asp中有文件about.asp,若是在文件中显示该文件在服务器上的物理路径,则需要加入语句Response.Write()A、Server.MapPath("asp/about.asp")B、Server.MapPath("/")C、Server.MapPath(request.servervariables("PATH_INFO"))D、以上全都对
考题
PWS服务器的默认根目录是()。A、C:///Inetpub/wwwrootB、C:///Inetpub/homepageC、C:///wwwrootD、D:///Inetpub/wwwroot
考题
单选题在C盘上安装Windows Server 2003的IIS后,默认网站缺省主目录路径为()A
C:///Inetpub/wwwrootB
C:///Winnt/Inetpub/ftprootC
C:///Inetpub/ftprootD
C:///Winnt/Inetpub/wwwroot
考题
单选题IIS默认的主目录路径是()。A
%SysemDrive%/wwwrootB
%SysemDrive%/C
%SysemDrive%/wwwroot/inetpubD
%SysemDrive%/inetpub/wwwroot
考题
单选题WAS中配置文件访问组件时,虚拟路径对应的“实际路径”的配置格式是()。A
/实际绝对路径/B
/文件服务器的名称或IP地址/实际绝对路径/C
/文件服务器的名称或IP地址/D
/文件服务器的名称或IP地址/FTP服务器的虚拟目录名称/
考题
单选题You are hosting a Windows Communication Foundation (WCF) service under Microsoft Interent Information Services (IIS) 7.0. You have set up a web site in IIS Manager. The physical path is c:/wwwroot/Calendar. There is a Calendar.svc file in the c:/wwwroot/Calendar folder. It contains the following directive: The CalendarSvc.cs file contains the source for the Calendar class in the Calendar namespace. You compile this code into the Calendar.dll file. You need to deploy your service to the web site. What should you do?()A
Copy the Calendar.dll file to the c:/wwwroot/Calendar/code folderB
Copy the Calendar.dll file to the c:/wwwroot/Calendar/bin folderC
Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/bin folderD
Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/code folder
考题
单选题默认WWW主目录C:///intpupb/wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。A
http://localhost/temp.aspB
http://127.0.0.1/temp.aspC
http://你的计算机名字/temp.aspD
http://你的计算机的IP地址/temp.asp
考题
单选题假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。A
C:///Inetpub/wwwroot/asp/data.txtB
C:///Inetpub/wwwroot/asp/asp/data.txtC
C:///Inetpub/wwwroot/data.txtD
系统报错
考题
单选题在虚拟目录asp中有文件about.asp,若是在文件中显示该文件在服务器上的物理路径,则需要加入语句Response.Write()A
Server.MapPath(asp/about.asp)B
Server.MapPath(/)C
Server.MapPath(request.servervariables(PATH_INFO))D
以上全都对
考题
多选题如果目标文件存在,下面()语句建立的TextStream对象可以读取文件。ASet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,True)BSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1)CSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt)DSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,,True)
考题
单选题如果目标文件不存在,下面()语句能够自动建立文件。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)
考题
单选题PWS服务器的默认根目录是()。A
C:///Inetpub/wwwrootB
C:///Inetpub/homepageC
C:///wwwrootD
D:///Inetpub/wwwroot
热门标签
最新试卷