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.



What purpose is served by the Application.Lock method? A. It locks the Application object, preve..

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

Post New Answer

More ASP Interview Questions

What is wsdl file? (explain in detail)

0 Answers   DLI,


Can be arrays resized by using the keyword redim?

0 Answers  


What is IIS?

2 Answers  


What is aspx used for?

0 Answers  


What is asp in java?

0 Answers  






what are Naming constraints for a variable in ASP?

1 Answers  


Name the collections of session object?

0 Answers  


What process happens behind, when we try to access any page on the internet.

0 Answers  


How do you make it so that code runs when the security system is stopping it?

0 Answers  


how many Controls are there in ASP.Net ? Define with Examples ?

1 Answers   TPS,


What is asp model?

0 Answers  


When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client

1 Answers  


Categories