Thank you very much for all the links :)
I asked a question here:
http://forum.umbraco.org/yaf_postst2257p2_Integrated-Forum.aspx which didn't get replied to, maybe you can help?
The question:
I have tried to integrate YAF to Umbraco, but with no success. I have added:
<connstr>user id=XXX;pwd=XX;data source=(local);initial catalog=XX;timeout=90</connstr>
<uploaddir>~/upload/</uploaddir>
<boardid>1</boardid>
<!-- Enable URL Rewriting -->
<enableurlrewriting>false</enableurlrewriting>
<!--logtomail>emailSpeak to the handserverSpeak to the handuserSpeak to the handpassSpeak to the hand</logtomail-->
<!--categoryid>1</categoryid-->
<!-- Enable these to use a custom user class "provider" -->
<!--CustomUserAssembly>TinyGecko.YAFIntegration.dll</CustomUserAssembly>
<CustomUserClass>TinyGecko.YAFIntegration.yafUserClass</CustomUserClass-->
</yafnet>
In the end, just before </configuration>.
I get an error on the config, does anyone know what I have done wrong?