allow one user at a time to run aspx page

D

doronro

Hi.

Is there any way to enable only one user to process an asp.net
application web form at one time while other forms in the same
application can (and should) support multiple users at the same time?

Thanks a lot

Doron
 
A

Alvin Bruney [MVP]

What is your business requirement responsible for this request. It is a
rather strange one.
 
C

Curt_C [MVP]

Remeber that once the page is rendered they are done.
It's not really a logical methodology to try to impliment but you could
always set a flag that you read in the page load to check if someone has the
page "in use".
 
B

Bruno Sirianni

you can use "lock" statement, or Mutex class or similar thing! For help see
MSDN documentation :)

Brun.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top