|
This installation wizard that will guide you through the
installation of Yet Another Forum.NET.
Before you begin you should make sure you have setup your MS SQL server
correctly. You can use an existing database, or you can create a new one.
To begin the installation, click next.
|
|
This step will attempt to verify your Web.config file. By default,
YetAnotherForum.NET Web.config file is named Default.config. You might need to rename
"<%= Server.MapPath("../Default.config") %>" to "<%= Server.MapPath("../Web.config") %>"
if this is a new installation.
Here is an example of a valid Web.config file (for NET v2.0):
<configuration>
<configSections>
<section name="yafnet" type="yaf.SectionHandler,yaf" />
</configSections>
<yafnet>
<connstr>user id=yaf;password=yafpass;data source=(local);initial catalog=yetanotherforum.net</connstr>
<language>english.xml</language>
<theme>standard.xml</theme>
<uploaddir>/yetanotherforum.net/upload/</uploaddir>
</yafnet>
<system.web>
<pages validateRequest="false" smartNavigation="false"/>
<authentication mode="Forms">
<forms name="YAFNET_Authentication" timeout="525600" />
</authentication>
</system.web>
</configuration>
NOTE: Please make sure "smartNavigation" is set to false in your Web.config file or you will have
problems with YetAnotherForum.NET. YetAnotherForum.NET includes it's own smartNavigation-like system.
Click next to verify the configuration.
|
|
Please verify that you have manually modified the connection string found in
"<%= Server.MapPath("../Web.config") %>" to point to your database.
When you have entered the correct connection string, click next
to continue with the installation.
|
|
Your database will now be initialized. In a fresh install this means
creating all tables and stored procedures. If this is an update to an
already existing version, your database will be updated to the latest
version.
Click next to setup your database.
|
|
Your forum is now ready to use. If this was a fresh install you will need to
enter the admin section of the forum to setup categories and forums.
|
|