Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

5/25/2008 8:58:49 PM
77.125.111.46
5/25/2008 8:10:03 PM
87.68.74.132
5/14/2008 1:41:16 PM
-204.101.135.100
5/14/2008 1:39:23 PM
-204.101.135.100
9/26/2007 12:48:40 PM
-195.91.54.82
List all versions List all versions

RSS feed for the FlexWiki namespace

Web Configuration
.
   ADEZ INFO SYSTME LTD OPEN ON 2004 AND WE HAVE BEEN WORKING VERY WILL 

One of the early steps in configuring your system is to create (or edit) your web.config file. This is the standard ASP.NET application configuration file that contains settings specific to your web application (in this case: FlexWiki).

The web.config file contains a variety of important configuration options for your site.

Here's a simple (valid) one:

 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
  <appSettings>
   <add key="FederationNamespaceMapFile" value="/files/NamespaceMap.xml" />
   <add key="SMTPServer" value="mail.flexwiki.com" />
   <add key="SMTPUser" value="davidorn@flexwiki.com" />
   <add key="SMTPPassword" value="yourpassword" />
   <add key="NewslettersFrom" value="wiki@yourserver.com" />
   <add key="OverrideStylesheet" value="/override.css" />
   <add key="DoubleClickToEdit" value="True" />
  </appSettings>
  <system.web> 
   <authentication mode="None" />
   <pages validateRequest = "false" />
  </system.web>
 </configuration>

The settings are as follows:

FederationNamespaceMapFile

This mandatory setting points to a FederationConfiguration file using a web-server virtual path (not a file system path). See FederationConfiguration for more details.

Mail Server Options

If you want your system to deliver email WikiNewsletters, you need to do two things:

Disable Rename Fixup

By default, FlexWiki's rename function will offer users the ability to automatically fixup all pages that point to the one being renamed. In some situations this can create a lot of work for site maintainers to do to deal with accidental or malicious renames. The ability to do this automatic "fixup" can be disabled by setting the DisableRenameFixup key in <appSettings> to true (or false to enable it, the default).

OverrideStylesheet

This optional setting allows you to override the visual appearance of your site. See StylesheetOverride for more details.

DoubleClickToEdit

This optional setting, available as of build 1674, allows you to disable double-click-to-edit on topic pages. A value of FALSE will disable double-click-to-edit.

<authentication>

You should configure your site for some form of authentication. See AuthenticationOptions for more details.

<pages validateRequest = "false" />

You must set this setting or users will be unable to edit pages on your site.

Not logged in. Log in

Welcome to the home of FlexWiki, an experimental collaboration tool, based on WikiWiki.

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics