ASP Programming Question:

What purpose is served by the Application.Lock method?

Tweet Share WhatsApp

Answer:

A. It locks the Application object, preventing other clients from altering any values in the Contents collection. (Answer)
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.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is an .ASP file?What is Global.asa file?