Here is a little tip I forgot the other day (and it did shoot me in the foot). If you are changing the BlogEngine.Net data source directly, don't forget to recycle the application. This is because BlogEngine.Net holds blog data in memory. You will be working with stale data if you change the data source and use the application without restarting it.
Tags: BlogEngine.Net