Hi folks,
after digging into this topic and having the requirement, that a single page should be totally cached, except for a
Html.RenderPartial("LogOnUserControl");
i couldn't find any working solution on this... the only "its getting warmer" solution i found was this one , which unfortunately is not working with a "partial view", which requires the
Request.IsAuthenticated
attribute ( the fakeContext is losing this info )
Have you heard of any ( other ) solution to cache a whole page except for a single "RenderPartial" call?!