Shared variable across applications within the same AppPool?
问题 I'm using Asp.net FW 4.6. I have two applications under the same application pool that needs to read (constatntly) a predefined value which is object to change. Static variables can't be used beucase differnt apps (even under same app pool) - won't be shared. DB/File/Server are known options. But : Question : Is there any code that I can write that can store in mem value which will be accessible through multiple applications which is under the same App Pool ? Something like : MyAppPool App1 -