I’m talking about ASP.net 4.0 MVC3 database driven application. I want to know how to store dynamically generated page as static page in html? My purpose is to optimize performance of the application by avoiding database calls on each request, and serving content from static html page when it exists else it will load from db and save html to serve next request.
I’m talking about ASP.net 4.0 MVC3 database driven application. I want to know how
Share
You are after output caching refer to this http://msdn.microsoft.com/en-us/library/system.web.mvc.outputcacheattribute.aspx