B
BillGatesFan
I'm trying to understand ASP.NET caching. I set the Page Output
directive to VaryByParams= None and the duration = 60.
Now whenever users hit my web app they can see each others data. Is
there anyway to cache the page without this happening or am I using
Page Output caching in the wrong situation?
It's a data entry web app that I'm trying to increase the performance
on.
directive to VaryByParams= None and the duration = 60.
Now whenever users hit my web app they can see each others data. Is
there anyway to cache the page without this happening or am I using
Page Output caching in the wrong situation?
It's a data entry web app that I'm trying to increase the performance
on.