M
Mac McMicMac
When users log into my ASP.NET Web app, they get a dynamically constructed
menu that includes items per the user's security access level. This menu
exists within a user control that is included on many aspx pages throughout
the app.
The output caching options I've seen in ASP.NET don't differentiate between
*users*. VaryByParam is not relevant to users. I'm hoping I've simply missed
something and it is really possible. If it is possible, can someone point me
to an article that explains how to do it? Specifically, I want to output
cache a user control per user.
Thanks!
menu that includes items per the user's security access level. This menu
exists within a user control that is included on many aspx pages throughout
the app.
The output caching options I've seen in ASP.NET don't differentiate between
*users*. VaryByParam is not relevant to users. I'm hoping I've simply missed
something and it is really possible. If it is possible, can someone point me
to an article that explains how to do it? Specifically, I want to output
cache a user control per user.
Thanks!