Loggly gotchas

Loggly gotchas

I’ve setup Loggly today, really nice service but I found a few gotchas you need to keep in mind to get it working. I’m doing this on a docker instance, I’m sure there are other and better ways of doing this (suggestions are very welcome), since I...

IndentationSplitter

Time for an update about my recent ventures. I’ve just now uploaded my very first public Codeplex and Nuget package! Yay! It’s called IndentationSplitter and gives right now you a single class called SimpleTree. This class has two methods, Format and...

Revoke impersonation in C#

When working with web applications, especially on intranet sites, you sooner or later find yourself dealing with impersonation issues. My last problem was caused by the default impersonation when hosting classic Asp in IIS. I found that my WCF service calls failed...