YAFLogo

Skye
  • Skye
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Okay so i cant for the life of me understand the wiki and when i tried to followit step by step i get this:

<%@ Page Language="c#" AutoEventWireup="True" Inherits="YAF.Install._default" CodeBehind="default.aspx.cs" %>

name="scriptlanguage" content="text/javascript" />

content="text/css" />

Yet Another Forum.NET Installation

Font-Names="Verdana" Font-Size="9pt"

Width="650px" CssClass="wizMain" DisplaySideBar="False" OnActiveStepChanged="Wizard_ActiveStepChanged"

OnFinishButtonClick="Wizard_FinishButtonClick" OnPreviousButtonClick="Wizard_PreviousButtonClick"

OnNextButtonClick="Wizard_NextButtonClick">

Validate Permissions

YetAnotherForum.NET Installation is easier when YAF has write access to your .config

files. Click below to test is permissions are correct. If they are not, you can

still use the installation wizard.

  • Asp.Net Hosting Trust Level (if trust level is not "Full" you will need to manually

    modify all configuration files)...

    Unchecked

  • YAF Has Write Access to Root Application Directory ("~/")...

    Unchecked

  • YAF Has Write Access to "~/Upload" directory...

    Unchecked


OnClick="btnTestPermissions_Click" />

Create Config Password

Since this is the first time you install or upgrade this version of the forum, you

need to create a configuration password for security. This password is stored with

your appSettings in the

app.config

file.

Config Password:

Verify Password:

Enter Config Password

Enter the configuration password to upgrade or manually install the forum.

If this is an upgrade, please enter the configuration password you created when

the forum was first installed, not the admin user password.


Password:

No Write Access to App Settings

Unable to modify your config file to write the installation password due to permission.

Please open the

web.config

file in the application root directory and add/update the following key in the <AppSettings>

section:

<add key="YAF.ConfigPassword" value="YourPassword"

/>

See

this Topic in the YAF Wiki for more Information

Click "Next" when you are ready.

YAF Database Connection


Select Existing

Select SQL Server Database Connection String: 



Create New Connection String

Note: Connection String will be saved as " runat="server" Text="yafnet" />".
























AutoPostBack="true" OnCheckedChanged="Parameter11_Value_CheckChanged" />



User ID:



Password:



Test Database Connection

OnClick="btnTestDBConnection_Click" OnClientClick="return true;" />

Connection Details

No Write Access to Settings

Unable to modify your config file to set Database Connection due to no write permission.

Please open the

web.config

file in the application root directory and add/update the following key in the <AppSettings>

section:

<add key="YAF.ConnectionStringName" value=""

/>

No Write Access to Database Connection Strings

Unable to modify your config file to set Database Connection string due to no write

permission.

Please open the

db.config file

in the application root directory and add/update the following key in the <connectionStrings>

section:

<add name="" connectionString=" runat="server" ID="lblDBConnStringValue" />" />

See

this Topic in the YAF Wiki for more Information

Click "Next" when you are ready.

You may want to test your YAF configuration settings here before proceeding.

Database Connection Test

Click the Previous button to edit the database configuration.

OnClick="btnTestDBConnectionManual_Click" />

Connection Details

Mail (SMTP) Sending Test

Send From Email Address:


Send To Email Address:



OnClick="btnTestSmtp_Click" />

SMTP Test Details

Initialize/Upgrade Database


Clicking next will initalize/upgrade your database to the latest version.


Create Board

Board Name:

The name of your board.

Guest User Time Zone:

Guest User & Board Culture:

Forum Email:

The official forum email address.

Existing User Name:

The name of the existing user to make the admin.

Admin User Name:

The name of the admin user.

Admin E-mail:

The administrators email address.

Admin Password:

The password of the admin user.

Confirm Password:

Verify the password.

Security Question:

The question you will be asked when you need to retrieve your lost password.

Security Answer:

The answer to the security question.

Migrate Roles and Users

user(s) in your forum database.

Click "Next" to start the upgrade (migration) of all roles and users from your old

Yet Another Forum.NET database to the .NET Provider Model. The migration task can

take a very long time depending on how many users are in your forum.

Visible="False" />

Migrating Users...

Please do not navigate away from this page while the migration is in progress. It

can take a very long time to perform the migration.


Migrating Roles and Users...

Setup/Upgrade Finished


Your forum has now been setup or upgraded to the latest version.

Text="Previous" CssClass="wizButton" />

Text="Finish" />

Font-Size="0.9em" ForeColor="Black" HorizontalAlign="Center" />

YAF Logo

Installation Wizard

Text="Next" />

CausesValidation="False" CommandName="MovePrevious" Text="Previous" />

CommandName="MoveNext" Text="Next" />

Anyone any idea what i need to do O.o

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
14 years ago
Did you create an application in iis, for the yaf folder you are using?
Skye
  • Skye
  • 51.2% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
No, oh dear this is going to be fun to learn :|
logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
I believe you will need a windows hosting(.net framework 3.5 sp1 or 4.0) and ms sql database
test