Cache Asp.net Mvc Home Page
I am having a problem caching the home page of my Asp.Net Mvc application.
All other page caching is fine using the [OutputCache (Duration = 60, VaryByParam = "None")] filter.
The problem is that the home page is not caching. I noticed that if I access the home page via Controller / Action ("Home / Index") it is cached, but when accessed via "/" it doesn't work.
Any ideas?
0
a source to share