adspace
What purpose is served by the application.lock method?
Answer Posted / Abhinav Kashyap
The Application_Lock() method in ASP provides exclusive access to a particular section of code in a web application, ensuring that multiple requests don't modify the shared state simultaneously, leading to inconsistent behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers