Tagged Questions

2
votes
3answers
287 views

Preserving ASP.NET Application State Across Restarts

Any good way to preserve ASP.NET Application state across restarts? I want to be able to set some values restart the app and have them still be there. I want to primarily do this for small ...