.NET, Daniel, Development, social media »

[22 Apr 2010 | 1 Comments]

This blog post is about using LINQ to XML when the XML document has multiple namespaces defined. I’m using the Twitter API as example. [More]

.NET, ASP.NET, Daniel, EPiServer »

[3 Apr 2010 | 2 Comments]

This post is about letting web editors know that something has gone wrong, and what they can do to resolve the error. Parallell to this we do not wish to display a full error message for website visitors. They should be made aware why the page isn’t working, but not given any specifics. [More]

Configuration, Daniel, EPiServer »

[3 Mar 2010 | 0 Comments]

I thought I’d just post this real quick. How many of you have ever struggled with your EPiServer web.config when going from your cozy IIS5 or IIS6 environment to IIS7? Well, I have. There are many articles out there that explains what to add, remove and configure to make it rock’n’roll. [More]

.NET, ASP.NET, Daniel, Development »

[8 Feb 2010 | 1 Comments]

This blog post is about creating a custom configuration section in ASP.NET. This is an alternative to keeping website settings in web.config or appsettings.config. [More]

Daniel, Development, EPiServer, Visual Studio »

[1 Feb 2010 | 6 Comments]

This is the second post in which I in detail describe how to install and configure an EPiServer project. It is not as comprehensive as Fredrik Vig’s awesome series. I reference Ted Nyberg’s post on how to set up an EPiServer project which is almost identical to the project structure I use. [More]

.NET, Daniel, Development, EPiServer, Visual Studio »

[1 Feb 2010 | 3 Comments]

These two posts are the base for an introductory EPiServer lab evening I’ll be hosting at Sogeti (or have hosted depending on when you’re reading this). Instead of a PowerPoint-presentation I thought I’d share the EPiServer love here. I appreciate all the feedback I can get! [More]

.NET, Daniel, EPiServer »

[21 Dec 2009 | 7 Comments]

This post is about retrieving EPiServer CMS PageData properties in a type-safe and safe way using generics and extension methods. [More]

.NET, active directory, Configuration, Daniel, EPiServer »

[9 Dec 2009 | 2 Comments]

This post is about setting up user permissions in EPiServer CMS. It is meant as a basic introduction. Part two (this post!) is about how administrators create a well-defined and natural permission structure which is easy to maintain. Part one was an introduction to the different provider models which you can use with your website. [More]

.NET, active directory, Daniel, Development, EPiServer »

[4 Dec 2009 | 1 Comments]

This post provides a basic introduction to how user permissions are configured in EPiServer CMS. Part one deals with the authentication and authorization model in IIS and ASP.NET 2.0 and how it relates to EPiServer CMS. [More]

.NET, active directory, Daniel, EPiServer, Microsoft »

[2 Dec 2009 | 5 Comments]

This post describes the error “The trust relationship between the primary domain and the trusted domain failed” in EPiServer 4. [More]