I recently switched over to BlogEngine.NET from Blogger and wanted to use my favorite tool Windows Live Writer. The only problem is that I keep getting an Server Error 01 Occurred when I try to add the blog to WLW...
Fortunately BlogEngine.NET has excellent support and I received support from Al Nyveldt. He was able to identify that I had an entry in my web.config file that was causing the problem:
<sessionState cookieless="AutoDetect" />
When I changed cookieless to useCookies I was able to get everything working...
<sessionState cookieless="UseCookies" />
Why? I am not sure yet but I will be forwarding this on to the WLW product group to see what they think...