ASP.NET MVC 3.0, IIS 7, .NET 4
I have an action that returns data that seldom changes (almost static).
Is there an easy way to:
(Very!) late answer but this question pops up near the top in search engine results so it might be useful to future people landing here.
Alternative for part 1:
return new HttpStatusCodeResult(304, "Not Modified");