单项选择题
默认WWW主目录C:\intpupb\wwwroot下建一个temp.asp文件通过Internet访问你的ASP文件时,下列说法正确的是()。
A.http://localhost/temp.asp
B.http://127.0.0.1/temp.asp
C.http://你的计算机名字/temp.asp
D.http://你的计算机的IP地址/temp.asp
点击查看答案
相关考题
-
单项选择题
如果服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。
A.Connection对象.ConnectionTimeout
B.Server对象.ConnectionTimeOut
C.command对象.CommandTimeOut
D.Session对象.TimeOut -
单项选择题
如果要获得上一级文件夹的路径,可以用的方法()。
A.GetParentFolerName
B.GetParentFolder
C.GetFolder
D.RootFolder -
单项选择题
表单提交后数据指定的处理的文件由()属性指定。
A.get
B.post
C.Action
D.Name
