In ASP, a request object retrieves info from a user by ________.
a collection of values sent as cookies in a HTTP header
a collection of data sent with a submitted form
from client variables described from within an object
from the OS module
A&B
Which of the following are ASP standard objects?
server
response
session
All of the above
Abandon is an ASP ________ object method.
request
In ASP, the Response Object is used to send output to the user from the server.
True
False
MapPath is an ASP ________ object method.
ASP is an acronym for what?
Active Server Protocol
ActiveX Server Pages
Active Setup Pages
Active Server Pages
Active Setup Protocol
ASP makes a website more interactive and dynamic.
How do you comment a line in ASP using VBScript?
< Comment a line in ASP >
'Comment a line in ASP
Which is better in managing your code when writing with ASP or any other scripting code?
Break it up into smaller easier-to-manage files that can serve as subroutines and function calls.
Keep it nice and simple in one file and use subroutines and function calls.
My ASP page won't work is a common complaint for those new to ASP. Which of these can be the cause?
Syntax error such as missing parentheses, comma or quotation mark.
Comments in your code are not tagged properly as comments.
Make sure function names have both opening and closing parentheses.
Check to see that the web page is properly saved with the extension as .asp