I've been doing some more work on the migration to ASP.NET 2.0.
* Uses ASP.NET DB for security.
* Roles and users are mirrored to the forum tables.
* Upgrades existing forums to ASP.NET DB (creates users and roles).
This is only a test version, so please don't use it in any production environment. I recommend doing a clean install instead of upgrading at this point, although upgrades also should function ok. Rename
default.config to
web.config and edit connection strings and mail settings in the file.
Known issues:
* After registration users can log in without approval or e-mail verification. Is it possible to use ASP.NET DB and require e-mail verification of users?
To open this solution in VS2005 you need to download the
Visual Studio Web Application Project.