F
Franck
I have an application that i just found a big problem. i used Static
variable thinking all instance of my application would have his own
variable. I doesn't seems to. I thought it would have been like
multiple instance of C# app under windows application but doesn't
seems so,
So my question is. What is the equivalent of static variable in
Asp.net. i know there is session variables but my logic is already
implemented based as static is global to my whole application. so if
it's just a matter to change the static word to something else it
would be the best
thank you.
variable thinking all instance of my application would have his own
variable. I doesn't seems to. I thought it would have been like
multiple instance of C# app under windows application but doesn't
seems so,
So my question is. What is the equivalent of static variable in
Asp.net. i know there is session variables but my logic is already
implemented based as static is global to my whole application. so if
it's just a matter to change the static word to something else it
would be the best
thank you.