EPiServer

EPiServer Community cache notification

Posted Thursday, June 03, 2010 8:08 AM | Feedback (0), Filed Under .NET developement EPiServer Cache notification EPiServer Community

Yesterday we ran into an odd problem with our load balancers. To give you some history, we use EPiServer Community to handle users and store user attributes. The application works in both http and https depending on where on the site you are at the moment. You can imagine the look on our faces  We had just deployed our application to a load balanced test environment when the application started to act strange. The problem was that when we saved attributes to a users profile in http the attributes where not updated when going into a...

Is page in Edit mode

Posted Monday, August 31, 2009 2:40 PM | Feedback (0), Filed Under .NET C# developement EPiServer

I’m writing an account registering control. This control needs to show the user how to register for a new account. But when modifying this control the pages editors must be able to see the hole flow. So I went looking for a smart way to display the control in two ways depending on the context it’s being viewed in. I found Jacob Khan’s blog post in EPiServer labs that seemed nice but I didn’t get it to work. The thing I ended doing was to get the id from the query string, and parsing it to a PageReference to...