What are the methods in Application Object?
Answers were Sorted based on User's Feedback
Answer / guest
? Lock ? prevents clients from modifying the variables
stored in the Application object.
? Unlock ? removes the lock from variables stored in the
Application object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hema
Application.lock - locks the script from being modified by
other users
application.unlock - unlocks the script to the other users.
| Is This Answer Correct ? | 0 Yes | 1 No |
Which is an advantage of application service providers (asps)?
What is msmq?
Why asp is used?
Define querystring collection in asp?
How do cross-process communication work in the common language runtime?
What is aspx used for?
What process happens behind, when we try to access any page on the internet.
How can I break Search
Explain how can you overload a method?
What is wsdl file? (explain in detail)
How to display images using response object?
What is a Web Server?