As always, one wants to do something quickly when he doesn't have enough time, hoping that everything goes well... I just read that Clemens released his dasBlog engine. First, GotDotNet was not available to download the installer from there. Luckily, Clemens has another download site.
Best part of it, most of the stuff worked immediately. Except some minor issues:
- I had to configure a maximum memory usage on the Application Pool that is used by IIS6. It wasn't configured by default.
- I had to modify the site redirection for BlogX manually, because the regex doesn't work when your the virtual directory is not below the root. I made a quick fix by adding the "/blogs" in front of the RegEx.
- Cookies seemed required to log on (though I can only say this, because logon seemed not to be working without cookies allowed)
Still some things to do, like check out the new features (like post from Outlook), modify the blog roll, check out the source code, etc... But now I have to leave. I was lucky this time.
Nice work, Clemens! Thank you.