tags:

views:

30

answers:

1

Is it possible to output cache controller actions differently based on user role? or if they are authenticated or not?

+1  A: 

Take a look at VaryByCustom.

http://msdn.microsoft.com/en-us/library/system.web.httpapplication.getvarybycustomstring.aspx

zaph0d
Thanks, that got me to this, which is working perfect: http://codebetter.com/blogs/darrell.norton/archive/2004/05/04/12724.aspx
Slee