Today I released a small asp.net beta web application which allows internal staff to modify some product information. We started running into issues where users were overwri
It's incorrect to say that a static variable exists application wide. They in fact exist at two different levels
An application can contain many AppDomains and is true in several types of applications.
If you want to store user specific settings though, use a Session variable.