Web.config settings

It is not the purpose of this example to explain all the content of the web.config file. For further information of the different settings please refer to the PowerNodes manual.

The following changes needs to be done in the web.config file

  • The database connection
  • The remote channel

Adjust the settings marked with red in your web.config file

</appSettings>

       <add key="PowerNodes.Cms.DbType" value="#OleDb" />

      <add key="PowerNodes.Cms.DbConnection" value=" Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\demosite\demo.mdb;" />

      <add key="PowerNodes.Cms.Site" value="Website" />

      <add key="PowerNodes.Cms.PublishObjectServer" value="true" />

      <add key="PowerNodes.Cms.WebCache" value="30" />

</appSettings>

<channels>

    <channel ref="http" machineName="localhost" />

</channels>

 

For more information about the required files and settings please refer to the PowerNodes Manual