-
Notifications
You must be signed in to change notification settings - Fork 220
Installation YAF.NET v4.x.x
Ingo edited this page Nov 27, 2025
·
8 revisions
Make sure your server / Host has the following requirements:
Minimum Version Supported
- YAF 4.0.x - .NET 10.0
- The first step after downloading the Install Package, is to Unzip YAF.NET and copy the content to the physical location where the Application (YAF) will be run from.
-
In IIS you need to create a new Virtual Directory, if you want to run YAF as application, that points to the physical directory where you extracted YAF in to.
- A valid database needs to exist on your SQL Server with proper permissions set so that YAF can access it. When you run YAF for the first time it will detect that the database is empty (or needs upgrading) and will automatically run you through the process required to create the SQL database structures needed.
- Add the connection string to that points to the sql server and database in the "ConnectionStrings" Section inside the
appsettings.jsonfile
-
MailConfiguration: Modify the SMTP settings by entering your mail server information (mail host name, sender email, password and port). -
Boardconfiguration: A list of all the board configuration setting with their details and defaults can be found here... https://github.com/YAFNET/YAFNET/wiki/BoardConfiguration-Settings
-
Open the web site. If you are testing on your local computer, under a directory called YetAnotherForum.Net, the address should be: http://localhost/yetanotherforum.net/
-
The wizard will guide you through the Install Process.
YetAnotherForum.NET (YAF) the Open Source Discussion Forum for ASP.NET - https://YetAnotherForum.NET
Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved