You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to integrate YAF.NET in to an existing Application there is an Sample Application available
The Application is a Standard Visual Studio Sample ASP.NET Application, including YAF.NET integrated as Control on a Page.
If you want to manually integrate YAF.NET here is an very quick Guide on how to do it...
Quick Guide
Create subdirectory /forum/ in the root of your application.
Into this directory copy all YAF.NET Files and folders, EXCEPT...
app_data
app_browsers
bin
and all the .config files
Copy the folders (above) into the root of your the application.
Modify the .config files and copy them to the application root directory (see below)
web.config: merge the 'recommended' web.config with your existing web.config.
app.config: Set the YAF.FileRoot, YAF.AppRoot and YAF.BaseUrlMask. The rest should be handled by the setup application when you browse the site the first time.
<add key="YAF.FileRoot" value="~/forum"/>
<add key="YAF.AppRoot" value="~/forum" />
If you want the forum in your own page (e.g., masterpage) then create a page with inside the forum directory: