Oddly enough, the App_Code directory did not make the trip in the unzip. It was missing! So when I started poking around looking for things, I couldn't find them. So I checked the structure in the zip file and there it was!
OK, so now that I actually have YAF working, I need to edit the web.config to get YAF to use the same role provider as my website.
Right now my website is using the default SQL provider that is nice and easy to install and setup. However that "inherited" functionality has no settings in the web.config file. So I am not sure what to do here.
Given that my SQL server is "myserver", the membership database is currently aspnetdb, and the connection strings are working, what should I modify in the following to get YAF to use aspnetdb?
Or should I go the other way and make the YAF provider the provider for the whole website? That would also be fairly easy I suspect.
I did it the YAF way and it was dead simple. One selection on my login control and now my whole website is using the YAF login structure. No need for me to have a different user database.