Well I managed to install YAF and integrate it with my current application (with an existing ASP.NET members database). Or so I thought.
Everything went amazingly smooth, I could also set an existing user as the forum admin (which leads me to think the integration worked). However only the main page of the forum is working.
If I click on the test forum I get a 404.
If I click Login I get a 404.
Whatever I click on the main page, gives me a 404 Not Found.
I did change the AppRoot key in the app.config to:
Example of the URL when I click on Login:
http://localhost:1389/www/forum/FileNotFound.htm?aspxerrorpath=/www/forum/yaf_login.aspx
Can anyone help me?