Go to content

Go to employees

Go to search

Blog entries posted during September 2011

 

Problems with dashboard

Have you ever had problems with the Dashboard giving you 404 in EPiServer before? That is probably because you have forgotten to configure  the IIS correctly


How to instantiate a WCF service client.

Never instanciate a WCF service client with an empty BasicHttpBinding contructor. This will disable you from being able to configure your service through web.config.

Tags:


Cleaning up the web

Since the launch of the first iPhone in 2007, the market for smart phones - and recently also tablets - has grown rapidly. More and more users now browse the web daily on these small, portable devices. As with everything else in this industry, us...


IIS loopback problem when using Windows Authentication

A website configured with Windows Authentication in IIS caused HTTP 401.1 errors when browsing to it from the local machine. The problem was caused by a security feature in .NET 3.5 SP1.


EPiServer vNext Falcon Seminar

I’ve been spending the last couple of days in the beautiful city of Stockholm in order to attend the EPiServer vNext Falcon Seminar and meet up with the Swedish developers we see every day at Twitter and EPiServer World.

Tags:


Create your own Copy Page Event

  I got into a case where I needed a copy page event, something EPiServer does not provide as a page event. I was making a changelog functionality that read a text-property from all the existing versions of a page, and listed it out as an overview...