Is it possible to output cache controller actions differently based on user role? or if they are authenticated or not?
views:
30answers:
1
+1
A:
Take a look at VaryByCustom.
http://msdn.microsoft.com/en-us/library/system.web.httpapplication.getvarybycustomstring.aspx
zaph0d
2010-02-18 15:56:48
Thanks, that got me to this, which is working perfect: http://codebetter.com/blogs/darrell.norton/archive/2004/05/04/12724.aspx
Slee
2010-02-18 16:00:17