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 Posted / 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 |
Post New Answer View All Answers
What is the maximum size of an array?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
How do I administer security for my machine? For an enterprise?
What purpose is served by the application.lock method?
How do I view an aspx file?
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
Explain how is method overriding different from overloading?
Define a form collection?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
Explain how to handle error in asp?
what is the difference between sql server2000 and 2005
What is aspx used for?
Explain the difference between post & get method in asp?
Explain how to display images using response object?
What is n-tier system?