I have a website which is using a combination of asp.net forms authentication and my own provider. I would like to add a forum to the site and after a bit of digging around I think phpbb is a good answer. I've set it up, using SQL Server and IIS. What I'd now like to do is programtically add all the existing users from my DB and also create a user when they register on the site.
Does anyone know an easy way to do this? I've not found a good example online yet, hence throwing myself at the mercy of the community. :)
All the best,
Phil.