R
rk2008
I have an ASP.NET application, which needs to initialize a memory
location and update it multiple times in different projects in the same
solution. I have used a public static variable and I could achive what
I want. The problem is when User1 opens the application and starts
updating the variable, and User2 opens the application from a
different machine and tries to modify the value in the public variable,
User1's value is being affected. How do I overcome this?
Thanks in advance!
location and update it multiple times in different projects in the same
solution. I have used a public static variable and I could achive what
I want. The problem is when User1 opens the application and starts
updating the variable, and User2 opens the application from a
different machine and tries to modify the value in the public variable,
User1's value is being affected. How do I overcome this?
Thanks in advance!