Like Dave, I was keen to upgrade my site to the latest BlogEngine.Net release (download here). I did find a few issues with the upgrade though as I was also migrating from ASP.Net user/roles management to the BlogEngine.Net implementation. To help with this process, I wrote a SQL script that did the following:
- Enabled error logging (useful for troubleshooting)
- Removed the Commentor extension configuration (new comment support is in this release)
- Upgraded post contents to migrate from SyntaxHighlighter 1.5 to 2.1
- Migrated my permissions for the site from ASP.Net to BlogEngine.Net user/roles (Note: This resets the admin password to blank which will default it to "admin")
- Removed all the ASP.Net user/roles objects from the database.
Script is attached.
BE Upgrade 1.5 - 1.6.sql (19.67 kb)
Tags: ASP.Net, BlogEngine.Net