I have a web service...which is called by a web application...w hen 2 users login and try to access one web method ...there is a block of code in the web method that I want to priortize i.e. if user1's requests that part of web method before user2 then he should be allowed to execute that block of code before user2....withou t any errors...how can I do that?