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.
Answer / guest
It locks the Application object, preventing other clients
from altering any values in the Contents collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the event handlers of application object?
Name the control which would you use if you needed to make sure the values in two different controls matched?
Which is the default scripting language of asp in server-side?
Where will you code OPTION EXPLICIT in an ASP application? WHY?
How do I print an aspx file?
What are the function of attributes of the <form> tags?
What does asp stand for in technology?
What is the difference between asp and saas?
What is querystring collection in asp?
what is the difference between #include directory in C,C++ and import java.packages in java
What does active server pages look like?
how can i connect to ms-access database, with ASP??