多选题若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
多选题
若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
参考解析
解析:
暂无解析
相关考题:
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后,默认网站缺省主目录路径为()AC:///Inetpub/wwwrootBC:///Winnt/Inetpub/ftprootCC:///Inetpub/ftprootDC:///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?()ACopy the Calendar.dll file to the c:/wwwroot/Calendar/code folderBCopy the Calendar.dll file to the c:/wwwroot/Calendar/bin folderCCopy the Calendar.svc.cs file to the c:/wwwroot/Calendar/bin folderDCopy the Calendar.svc.cs file to the c:/wwwroot/Calendar/code folder
单选题默认WWW主目录C:///intpupb/wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。Ahttp://localhost/temp.aspBhttp://127.0.0.1/temp.aspChttp://你的计算机名字/temp.aspDhttp://你的计算机的IP地址/temp.asp
单选题假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。AC:///Inetpub/wwwroot/asp/data.txtBC:///Inetpub/wwwroot/asp/asp/data.txtCC:///Inetpub/wwwroot/data.txtD系统报错
单选题在虚拟目录asp中有文件about.asp,若是在文件中显示该文件在服务器上的物理路径,则需要加入语句Response.Write()AServer.MapPath(asp/about.asp)BServer.MapPath(/)CServer.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)
单选题如果目标文件不存在,下面()语句能够自动建立文件。ASet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,True)BSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,2,True)CSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,8,False)DSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,False)
单选题PWS服务器的默认根目录是()。AC:///Inetpub/wwwrootBC:///Inetpub/homepageCC:///wwwrootDD:///Inetpub/wwwroot