ASP Lock and Unlock Methods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anekwe
    New Member
    • Jan 2007
    • 4

    ASP Lock and Unlock Methods

    I'm modifying an ASP application so that only the current user can access and modify data on a ASP page (Application Object.) while preventing users who log-in later from accessing this ASP page. I'm using the ASP Lock and Unlock Methods for this purpose. I used the following code.
    <%
    Application.Loc k
    %>

    at the top of the ASP page. However, during testing, it didn't seem to work. I log-in as another user to this page and was able to modify data. Any suggestions as to how to make this work?
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    hmm. Did you log in as a different usaer from the same computer? I have noticed before that IIS doesn't distinguish very well between two users using the same computer.

    Jared

    Comment

    Working...