ASP.net Application State
https://stackoverflow.com/questions/2344725
Solution
Application state is stored in memory. Every time the application is restarted, this is cleared out.
Because it is in memory, it cannot be used to store data accessible to a web farm.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow