ASP.NET Setting Application-Level Caching
ASP.NET : Setting Application-Level Caching In this tutorial you will learn how to set application-level caching in ASP.NET 2.0. To Configure and Use Parameter-Level Caching and also the steps involved to cache based on parameters. Setting Application-Level Caching To configure application-level caching 1. In Solution Explorer, select the node representing your Web site. 2. Right-click, and then click Add New Item. 3. In the Add Item dialog box, click Web Configuration File, and then click Add. 4. You do not need to provide a name. The file must be named…
Read More