Using VBScript, which of the following Scripting Object(s)
is NOT available from scrrun.dll?
A. TextStream
B. Dictionary Object
C. Err Object
D. FileSystemObject
E. All are available from scrrun.dll.
What is the use of following Statement
Response.Expires=120
A.The page will be removed form cache after 120 Hours
B.The page will be removed form cache after 120 Sec
C.The page will be removed form cache before 120 Min
D.The page will be removed form cache after 2 Hours
How to Display images using Response object?
A. Contenttype=Application/Brush
B. Contenttype=Image/JPG
C. Contenttype=Application/paint
D. Contenttype=Image/WMF
What purpose is served by the Application.Lock method?
A. It locks the Application object, preventing other
clients from altering any values in the Contents
collection.
B. It locks the application, preventing the server from
responding to any requests for application documents.
C. It locks the application, preventing non-SSL requests
from being processed.
D. It locks the Application object, preventing other
clients from reading any values in the Content collection.
E. It locks other clients from reading the Contents
collection.
The FileSystemObject provides an object interface to
drives, directories, and files for which of the following?
A. Any local or mapped drive on either the server or the
client.
B. Only files and subdirectories in the web site's home
directory.
C. Any local physical drive or mapped drive on the web
server.
D. Any file system physically located on the web server.
E. The client's computer.
How long is a SessionID guaranteed to be unique?
A. It is unique for the web server, whether it is restarted
or not.
B. Only until the web server is restarted.
C. It is like a GUID in that it is for any web server at
any time.
D. Only until the session expires, then it can be reissued
to another client.
E. It is unique per client. A client cannot have two
sessions with the same SessionID
How will u make automatic login program in asp as u see in
yahoo messanger? When any body login to their system they
no need to fill userid and password. It automatically fills
the userid and password.
88
What process happens behind, when we try to access any page
on the internet.
104
How can I break Search
39
what is database deployment?
27
Enter the roll number of a student and get his marks from a
database file called MARKS. Use an ASP code for the same