Impersonate Users

If you are working as a supporting partner or a developer for an EPiServer website that has gated content and permissions for logged in users, you may need to provide access to various of them and check that everything is working properly. In most of cases, users used to say "This page is not accessible", …

Continue reading Impersonate Users

Content Output Caching – Part 3

It is possible to easily cache the rendering of a web page using a custom condition by setting a custom string, which ASP.NET will vary the output by. To test it, you need to create a class that inherits from MvcOutputCacheAttribute. Take a look at the following example: public class VaryByBrowser : Verndale.OutputCache.Attributes.MvcOutputCacheAttribute { protected …

Continue reading Content Output Caching – Part 3