Is there a way to use ViewState, Session state or some way to set a variable that would only allow exclusive access to a page?
For example, when the first user opens the page a certain state or cache variable would be set. Then you would test the variable when other users tried to open the page and they would be redirected if anyone already had the page open.
