are there Application variables in ASP.NET? I want to store for all Users an Object which should be independent updated every 5 Minutes. But all users should always see last
You can use the OutputCacheAttribute for the method in question. It has a duration property.